From a2277b6bc715464e83882b90c2a058139b8a6b54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 23 Jun 2011 01:42:07 +0000 Subject: TQt4 port kdeutils This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- superkaramba/src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'superkaramba/src/main.cpp') diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index 4b7976f..1ead4e1 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -58,7 +58,7 @@ static KCmdLineOptions options[] = #ifdef KARAMBA_LOG -void karambaMessageOutput(QtMsgType type, const char *msg) +void karambaMessageOutput(TQtMsgType type, const char *msg) { FILE* fp = fopen("/tmp/karamba.log", "a"); if(fp) @@ -87,7 +87,7 @@ void karambaMessageOutput(QtMsgType type, const char *msg) int main(int argc, char **argv) { #ifdef KARAMBA_LOG - qInstallMsgHandler(karambaMessageOutput); + tqInstallMsgHandler(karambaMessageOutput); #endif KAboutData about("superkaramba", I18N_NOOP("SuperKaramba"), version, description, @@ -128,7 +128,7 @@ int main(int argc, char **argv) KarambaApplication::unlockKaramba(); - app.connect(qApp,TQT_SIGNAL(lastWindowClosed()),qApp,TQT_SLOT(quit())); + app.connect(tqApp,TQT_SIGNAL(lastWindowClosed()),tqApp,TQT_SLOT(quit())); // Try to restore a previous session if applicable. app.checkPreviousSession(app, lst); -- cgit v1.2.1