From 99a2774ca6f1cab334de5d43fe36fc44ae889a4c Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 12 Jun 2011 01:36:19 +0000 Subject: TQt4 convert kdesdk This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1236185 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kioslave/svn/svnhelper/kio_svn_helper.cpp | 2 +- kioslave/svn/svnhelper/kio_svn_helper.h | 1 + kioslave/svn/svnhelper/subversioncheckout.ui | 30 ++++++++++++++-------------- kioslave/svn/svnhelper/subversiondiff.ui | 14 ++++++------- kioslave/svn/svnhelper/subversionlog.ui | 14 ++++++------- kioslave/svn/svnhelper/subversionswitch.ui | 30 ++++++++++++++-------------- 6 files changed, 46 insertions(+), 45 deletions(-) (limited to 'kioslave/svn/svnhelper') diff --git a/kioslave/svn/svnhelper/kio_svn_helper.cpp b/kioslave/svn/svnhelper/kio_svn_helper.cpp index e58fb410..3456b3fd 100644 --- a/kioslave/svn/svnhelper/kio_svn_helper.cpp +++ b/kioslave/svn/svnhelper/kio_svn_helper.cpp @@ -48,7 +48,7 @@ SvnHelper::SvnHelper():KApplication() { KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - KWinModule wm ( this ); + KWinModule wm ( TQT_TQOBJECT(this) ); m_id = wm.activeWindow(); KURL::List list; diff --git a/kioslave/svn/svnhelper/kio_svn_helper.h b/kioslave/svn/svnhelper/kio_svn_helper.h index 7f4eb626..c7f5007b 100644 --- a/kioslave/svn/svnhelper/kio_svn_helper.h +++ b/kioslave/svn/svnhelper/kio_svn_helper.h @@ -27,6 +27,7 @@ class SvnHelper:public KApplication { Q_OBJECT + TQ_OBJECT public: SvnHelper(); diff --git a/kioslave/svn/svnhelper/subversioncheckout.ui b/kioslave/svn/svnhelper/subversioncheckout.ui index 5b320eee..721cb1ad 100644 --- a/kioslave/svn/svnhelper/subversioncheckout.ui +++ b/kioslave/svn/svnhelper/subversioncheckout.ui @@ -1,10 +1,10 @@ SubversionCheckout - + SubversionCheckout - + 0 0 @@ -30,15 +30,15 @@ unnamed - + - layout8 + tqlayout8 unnamed - + Layout1 @@ -52,7 +52,7 @@ 6 - + buttonHelp @@ -76,14 +76,14 @@ Expanding - + 20 20 - + buttonOk @@ -100,7 +100,7 @@ true - + buttonCancel @@ -129,15 +129,15 @@ - + - layout4 + tqlayout4 unnamed - + textLabel1 @@ -155,14 +155,14 @@ Expanding - + 121 20 - + revision @@ -195,7 +195,7 @@ reject() - + kurlrequester.h klineedit.h diff --git a/kioslave/svn/svnhelper/subversiondiff.ui b/kioslave/svn/svnhelper/subversiondiff.ui index dab4ca0e..ec8132cf 100644 --- a/kioslave/svn/svnhelper/subversiondiff.ui +++ b/kioslave/svn/svnhelper/subversiondiff.ui @@ -1,10 +1,10 @@ Subversion_Diff - + Subversion_Diff - + 0 0 @@ -22,7 +22,7 @@ unnamed - + text @@ -36,7 +36,7 @@ AutoAll - + Layout1 @@ -60,14 +60,14 @@ Expanding - + 20 20 - + buttonOk @@ -96,5 +96,5 @@ accept() - + diff --git a/kioslave/svn/svnhelper/subversionlog.ui b/kioslave/svn/svnhelper/subversionlog.ui index 2c167d5b..8f206e0a 100644 --- a/kioslave/svn/svnhelper/subversionlog.ui +++ b/kioslave/svn/svnhelper/subversionlog.ui @@ -1,10 +1,10 @@ Subversion_Log - + Subversion_Log - + 0 0 @@ -22,7 +22,7 @@ unnamed - + text @@ -36,7 +36,7 @@ AutoAll - + Layout1 @@ -60,14 +60,14 @@ Expanding - + 20 20 - + buttonOk @@ -96,5 +96,5 @@ accept() - + diff --git a/kioslave/svn/svnhelper/subversionswitch.ui b/kioslave/svn/svnhelper/subversionswitch.ui index 8ee1a37c..66aaba23 100644 --- a/kioslave/svn/svnhelper/subversionswitch.ui +++ b/kioslave/svn/svnhelper/subversionswitch.ui @@ -1,10 +1,10 @@ SubversionSwitch - + SubversionSwitch - + 0 0 @@ -30,15 +30,15 @@ unnamed - + - layout8 + tqlayout8 unnamed - + Layout1 @@ -52,7 +52,7 @@ 6 - + buttonHelp @@ -76,14 +76,14 @@ Expanding - + 20 20 - + buttonOk @@ -100,7 +100,7 @@ true - + buttonCancel @@ -129,15 +129,15 @@ - + - layout4 + tqlayout4 unnamed - + textLabel1 @@ -155,14 +155,14 @@ Expanding - + 121 20 - + revision @@ -195,7 +195,7 @@ reject() - + kurlrequester.h klineedit.h -- cgit v1.2.1