diff options
Diffstat (limited to 'buildtools/autotools/managecustomcommand.h')
-rw-r--r-- | buildtools/autotools/managecustomcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h index 12ddeae7..b4e4af49 100644 --- a/buildtools/autotools/managecustomcommand.h +++ b/buildtools/autotools/managecustomcommand.h @@ -25,7 +25,7 @@ class ManageCustomCommand: public ManageCustomBuildCommandsBase { Q_OBJECT public: - ManageCustomCommand( QWidget *parent = 0, const char *name = 0 ); + ManageCustomCommand( TQWidget *parent = 0, const char *name = 0 ); void setRowProperties( int row ); public slots: |