diff options
Diffstat (limited to 'buildtools/custommakefiles')
-rw-r--r-- | buildtools/custommakefiles/custombuildoptionswidget.h | 2 | ||||
-rw-r--r-- | buildtools/custommakefiles/customprojectpart.h | 6 | ||||
-rw-r--r-- | buildtools/custommakefiles/selectnewfilesdialog.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h index c89d6f23..bf67477a 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.h +++ b/buildtools/custommakefiles/custombuildoptionswidget.h @@ -15,7 +15,7 @@ #include "custombuildoptionswidgetbase.h" #include <tqdom.h> -class QTabWidget; +class TQTabWidget; class CustomBuildOptionsWidget : public CustomBuildOptionsWidgetBase diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index 67b5088b..288011e6 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -22,9 +22,9 @@ #include <kdevbuildtool.h> -class QListViewItem; -class QPopupMenu; -class QStringList; +class TQListViewItem; +class TQPopupMenu; +class TQStringList; class KDialogBase; class CustomProjectWidget; class Context; diff --git a/buildtools/custommakefiles/selectnewfilesdialog.h b/buildtools/custommakefiles/selectnewfilesdialog.h index 966cfaa4..cd9831ee 100644 --- a/buildtools/custommakefiles/selectnewfilesdialog.h +++ b/buildtools/custommakefiles/selectnewfilesdialog.h @@ -14,8 +14,8 @@ #include "kdialogbase.h" -class QCheckListItem; -class QStringList; +class TQCheckListItem; +class TQStringList; class SelectNewFilesDialogBase; class SelectNewFilesDialog : public KDialogBase |