diff options
Diffstat (limited to 'src/mainwidget.h')
-rw-r--r-- | src/mainwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwidget.h b/src/mainwidget.h index a6b251a..bb6aa75 100644 --- a/src/mainwidget.h +++ b/src/mainwidget.h @@ -45,7 +45,7 @@ class ScanWidget; // =========================== class MainWidget : public TQSplitter -{ Q_OBJECT +{ TQ_OBJECT public: MainWidget( TQWidget* parent = NULL, const char* name = NULL ); |