From 69cac65817d949cda2672ec4f0aa73d5e66a0ba1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Jun 2011 00:30:31 +0000 Subject: TQt4 port kdenetwork This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/protocols/msn/config/msnpreferences.cpp | 2 +- kopete/protocols/msn/config/msnprefs.ui | 32 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'kopete/protocols/msn/config') diff --git a/kopete/protocols/msn/config/msnpreferences.cpp b/kopete/protocols/msn/config/msnpreferences.cpp index a6f5371f..6366e849 100644 --- a/kopete/protocols/msn/config/msnpreferences.cpp +++ b/kopete/protocols/msn/config/msnpreferences.cpp @@ -26,7 +26,7 @@ K_EXPORT_COMPONENT_FACTORY( kcm_kopete_msn, MSNProtocolConfigFactory( "kcm_kopet class MSNPreferences : public KCAutoConfigModule { public: - MSNPreferences( TQWidget *parent = 0, const char * = 0, const TQStringList &args = TQStringList() ) : KCAutoConfigModule( MSNProtocolConfigFactory::instance(), parent, args ) + MSNPreferences( TQWidget *tqparent = 0, const char * = 0, const TQStringList &args = TQStringList() ) : KCAutoConfigModule( MSNProtocolConfigFactory::instance(), tqparent, args ) { setMainWidget( new msnPrefsUI( this ) , "MSN"); } diff --git a/kopete/protocols/msn/config/msnprefs.ui b/kopete/protocols/msn/config/msnprefs.ui index c9321a60..e6d95217 100644 --- a/kopete/protocols/msn/config/msnprefs.ui +++ b/kopete/protocols/msn/config/msnprefs.ui @@ -1,7 +1,7 @@ msnPrefsUI Duncan Mac-Vicar P. - + msnPrefsUI @@ -17,7 +17,7 @@ unnamed - + TextLabel3_2_2_2_3 @@ -30,7 +30,7 @@ General - + Frame3_3_3_2_3 @@ -49,7 +49,7 @@ Sunken - + NotifyNewChat @@ -57,7 +57,7 @@ &Automatically open a chat window when someone starts a conversation - + AutoDownloadPicture @@ -68,7 +68,7 @@ true - + useCustomEmoticons @@ -76,7 +76,7 @@ Download and show custom emoticons (experimental) - + TextLabel1_3_3_3 @@ -84,7 +84,7 @@ - + TextLabel3_2_2_2_2 @@ -97,7 +97,7 @@ Away Messages - + Frame3_3_3_2_2 @@ -116,7 +116,7 @@ Sunken - + SendAwayMessages @@ -135,15 +135,15 @@ true - + - layout18 + tqlayout18 unnamed - + textLabel3 @@ -162,7 +162,7 @@ 1 - + textLabel4 @@ -182,7 +182,7 @@ Expanding - + 21 70 @@ -209,7 +209,7 @@ knuminput.h - + knuminput.h knuminput.h -- cgit v1.2.1