From 5f5ee2367157176ed223b86343eb0a9e4022e020 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:52:55 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1157653 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- klaptopdaemon/pcmcia.h | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'klaptopdaemon/pcmcia.h') diff --git a/klaptopdaemon/pcmcia.h b/klaptopdaemon/pcmcia.h index e163742..f9579f9 100644 --- a/klaptopdaemon/pcmcia.h +++ b/klaptopdaemon/pcmcia.h @@ -25,12 +25,12 @@ #ifndef __PCMCIACONFIG_H__ #define __PCMCIACONFIG_H__ -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include #include #include @@ -42,13 +42,13 @@ class PcmciaConfig : public KCModule { Q_OBJECT public: - PcmciaConfig( QWidget *parent=0, const char* name=0); + PcmciaConfig( TQWidget *parent=0, const char* name=0); void save( void ); void load(); void defaults(); - virtual QString quickHelp() const; + virtual TQString quickHelp() const; private slots: @@ -58,10 +58,10 @@ private slots: private: void GetSettings( void ); - QLabel *label0; - QLabel *label1; - QLabel *label0_text; - QLabel *label1_text; + TQLabel *label0; + TQLabel *label1; + TQLabel *label0_text; + TQLabel *label1_text; }; -- cgit v1.2.1