summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/mainwidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 17:52:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-27 17:52:36 +0000
commitff419492931de3748936967da36948af7a04d7a0 (patch)
tree31a70be62d3bfb8e405d51e4b256a7210940ffe8 /KMFSysTray/mainwidget.h
parentf1fd95abe28acef708caac65af44473461d7026c (diff)
downloadkmyfirewall-ff419492.tar.gz
kmyfirewall-ff419492.zip
TQt4 convert kmyfirewall
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1238525 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'KMFSysTray/mainwidget.h')
-rw-r--r--KMFSysTray/mainwidget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h
index aeae571..e862f88 100644
--- a/KMFSysTray/mainwidget.h
+++ b/KMFSysTray/mainwidget.h
@@ -29,14 +29,15 @@ class Details;
class MainWidget : public MainWidgetDesigner
{
Q_OBJECT
+ TQ_OBJECT
public:
- MainWidget(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ MainWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~MainWidget();
/*$PUBLIC_FUNCTIONS$*/
public slots:
- void slotSetRunningStatus( bool );
+ void slotSetRunningtqStatus( bool );
void slotDetailsClosed();
protected:
@@ -54,7 +55,7 @@ private:
signals:
void sigQueryDetails( bool );
- void sigUpdateRuleCount( const QString&, const QString&, int );
+ void sigUpdateRuleCount( const TQString&, const TQString&, int );
};
#endif