From 395a904bff7b4d6ead445c342f7ac0c5fbf29121 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 18 Jun 2011 17:00:31 +0000 Subject: TQt4 port kdeaddons This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konq-plugins/kuick/kcmkuick/kcmkuick.cpp | 4 +-- konq-plugins/kuick/kcmkuick/kcmkuick.h | 3 ++- konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui | 36 +++++++++++++-------------- 3 files changed, 22 insertions(+), 21 deletions(-) (limited to 'konq-plugins/kuick/kcmkuick') diff --git a/konq-plugins/kuick/kcmkuick/kcmkuick.cpp b/konq-plugins/kuick/kcmkuick/kcmkuick.cpp index 27459ee..de544bf 100644 --- a/konq-plugins/kuick/kcmkuick/kcmkuick.cpp +++ b/konq-plugins/kuick/kcmkuick/kcmkuick.cpp @@ -33,8 +33,8 @@ typedef KGenericFactory KuickFactory; K_EXPORT_COMPONENT_FACTORY ( kcm_kuick, KuickFactory( "kcmkuick" ) ) -KCMKuick::KCMKuick(TQWidget *parent, const char *name, const TQStringList &) -:KCModule(parent, name) +KCMKuick::KCMKuick(TQWidget *tqparent, const char *name, const TQStringList &) +:KCModule(tqparent, name) { KAboutData *ab=new KAboutData( "kcmkuick", I18N_NOOP("KCM Kuick"), "0.2",I18N_NOOP("KControl module for Kuick's configuration"), KAboutData::License_GPL, diff --git a/konq-plugins/kuick/kcmkuick/kcmkuick.h b/konq-plugins/kuick/kcmkuick/kcmkuick.h index d4316eb..6ff97eb 100644 --- a/konq-plugins/kuick/kcmkuick/kcmkuick.h +++ b/konq-plugins/kuick/kcmkuick/kcmkuick.h @@ -24,9 +24,10 @@ class KCMKuick : public KCModule { Q_OBJECT + TQ_OBJECT public: - KCMKuick (TQWidget *parent, const char *name, const TQStringList &); + KCMKuick (TQWidget *tqparent, const char *name, const TQStringList &); ~KCMKuick(); void load(); void load(const TQString &); diff --git a/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui b/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui index 5001ad9..2ca7a5c 100644 --- a/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui +++ b/konq-plugins/kuick/kcmkuick/kcmkuickdialog.ui @@ -1,6 +1,6 @@ KCMKuickDialog - + KCMKuickDialog @@ -22,7 +22,7 @@ 6 - + m_chkShow @@ -30,7 +30,7 @@ &Show "Copy To" and "Move To" entries in context menus - + m_grpCopy @@ -47,7 +47,7 @@ 6 - + pbCopyClear @@ -55,7 +55,7 @@ &Clear List - + m_txtCopyDir @@ -63,7 +63,7 @@ folders. - + m_txtCopyCache @@ -79,7 +79,7 @@ Cache the last - + m_sbCopy @@ -100,7 +100,7 @@ Expanding - + 20 20 @@ -109,7 +109,7 @@ - + m_grpMove @@ -126,7 +126,7 @@ 6 - + pbMoveClear @@ -134,7 +134,7 @@ Clear &List - + m_txtMoveCache @@ -142,7 +142,7 @@ Cache the last - + m_sbMove @@ -153,7 +153,7 @@ 1 - + m_txtMoveDir @@ -171,7 +171,7 @@ Expanding - + 20 20 @@ -188,10 +188,10 @@ m_sbMove pbMoveClear - + slotClearMoveCache() slotClearCopyCache() - - - + + + -- cgit v1.2.1