diff options
Diffstat (limited to 'kdevdesigner/designer/connectiontable.h')
-rw-r--r-- | kdevdesigner/designer/connectiontable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdevdesigner/designer/connectiontable.h b/kdevdesigner/designer/connectiontable.h index 288b544f..4db4bf51 100644 --- a/kdevdesigner/designer/connectiontable.h +++ b/kdevdesigner/designer/connectiontable.h @@ -27,14 +27,14 @@ #ifndef CONNECTIONTABLE_H #define CONNECTIONTABLE_H -#include <qtable.h> +#include <tqtable.h> class ConnectionTable : public QTable { Q_OBJECT public: - ConnectionTable( QWidget *parent, const char *name ); + ConnectionTable( TQWidget *parent, const char *name ); void sortColumn( int col, bool ascending, bool wholeRows ); |