From d6f8bbb45b267065a6907e71ff9c98bb6d161241 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:56:07 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1157658 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/main_assistant.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main_assistant.cpp') diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp index 0eb80192..d851447f 100644 --- a/src/main_assistant.cpp +++ b/src/main_assistant.cpp @@ -9,7 +9,7 @@ #include #include -#include +#include #include "splashscreen.h" #include "toplevel.h" @@ -83,10 +83,10 @@ int main(int argc, char *argv[]) KDevAssistantExtension::init(); KDevSplashScreen *splash = 0; - QString splashFile = locate("data", "kdevelop/pics/kdevassistant-splash.png"); + TQString splashFile = locate("data", "kdevelop/pics/kdevassistant-splash.png"); if (!splashFile.isEmpty()) { - QPixmap pm; + TQPixmap pm; pm.load(splashFile); splash = new KDevSplashScreen( pm ); } @@ -94,8 +94,8 @@ int main(int argc, char *argv[]) app.processEvents(); - QObject::connect(PluginController::getInstance(), SIGNAL(loadingPlugin(const QString &)), - splash, SLOT(showMessage(const QString &))); + TQObject::connect(PluginController::getInstance(), TQT_SIGNAL(loadingPlugin(const TQString &)), + splash, TQT_SLOT(showMessage(const TQString &))); if (splash) splash->message( i18n( "Loading Settings" ) ); TopLevel::getInstance()->loadSettings(); -- cgit v1.2.3