Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: ksirk/Dialogs/newGameDialogImpl.cpp
- ===================================================================
- --- ksirk/Dialogs/newGameDialogImpl.cpp (revision 1093067)
- +++ ksirk/Dialogs/newGameDialogImpl.cpp (working copy)
- @@ -28,7 +28,7 @@
- #include <KMessageBox>
- #include <KConfigDialog>
- #include <KGameThemeSelector>
- -#include <knewstuff2/engine.h>
- +#include <knewstuff3/downloaddialog.h>
- #include <qdir.h>
- #include <qstringlist.h>
- @@ -192,8 +192,9 @@
- return;
- }
- kDebug();
- - KNS::Entry::List entries = KNS::Engine::download();
- - qDeleteAll(entries);
- + KNS3::DownloadDialog dialog(this);
- + dialog.exec();
- +
- fillSkinsCombo();
- /* KConfigDialog *dialog = new KConfigDialog(this, "settings", KsirkSettings::self());
- KGameThemeSelector* kgts = new KGameThemeSelector(dialog, KsirkSettings::self());
- Index: ksirk/ksirk.knsrc
- ===================================================================
- --- ksirk/ksirk.knsrc (revision 1093067)
- +++ ksirk/ksirk.knsrc (working copy)
- @@ -1,4 +1,4 @@
- -[KNewStuff2]
- +[KNewStuff3]
- ProvidersUrl=http://newstuff.kde.org/cgi-bin/hotstuff-provider?site=ksirk
- TargetDir=ksirk/skins
- -Uncompress=true
- +Uncompress=always
- Index: ksirk/CMakeLists.txt
- ===================================================================
- --- ksirk/CMakeLists.txt (revision 1093067)
- +++ ksirk/CMakeLists.txt (working copy)
- @@ -124,7 +124,7 @@
- ${QT_QTSVG_LIBRARY}
- ${KDE4_KIO_LIBS}
- ${KDE4_PHONON_LIBRARY}
- - ${KDE4_KNEWSTUFF2_LIBRARY}
- + ${KDE4_KNEWSTUFF3_LIBRARY}
- ${QCA2_LIBRARIES}
- iris_ksirk
- kdegames
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement