summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/mainwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-02-17 15:59:47 -0600
committerTimothy Pearson <[email protected]>2012-02-17 15:59:47 -0600
commit9829d3d49566c3a01045d7d527d03c5fc9f442a7 (patch)
tree1c932f2aa3679e09ecdfcfc6e81ec598c3cbced6 /KMFSysTray/mainwidget.h
parentcbd455a98cc5fa0b079d5bb61c9211331952b860 (diff)
downloadkmyfirewall-9829d3d49566c3a01045d7d527d03c5fc9f442a7.tar.gz
kmyfirewall-9829d3d49566c3a01045d7d527d03c5fc9f442a7.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'KMFSysTray/mainwidget.h')
-rw-r--r--KMFSysTray/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h
index 92329ef..b1976ec 100644
--- a/KMFSysTray/mainwidget.h
+++ b/KMFSysTray/mainwidget.h
@@ -29,7 +29,7 @@ class Details;
class MainWidget : public MainWidgetDesigner
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 );