diff options
Diffstat (limited to 'KMFSysTray/mainwidget.h')
-rw-r--r-- | KMFSysTray/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h index e862f88..1e9b371 100644 --- a/KMFSysTray/mainwidget.h +++ b/KMFSysTray/mainwidget.h @@ -32,7 +32,7 @@ class MainWidget : public MainWidgetDesigner TQ_OBJECT public: - MainWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); + MainWidget(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~MainWidget(); /*$PUBLIC_FUNCTIONS$*/ |