diff options
Diffstat (limited to 'kregexpeditor/KMultiFormListBox/widgetwindow.h')
-rw-r--r-- | kregexpeditor/KMultiFormListBox/widgetwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kregexpeditor/KMultiFormListBox/widgetwindow.h b/kregexpeditor/KMultiFormListBox/widgetwindow.h index f81b359..647b2ef 100644 --- a/kregexpeditor/KMultiFormListBox/widgetwindow.h +++ b/kregexpeditor/KMultiFormListBox/widgetwindow.h @@ -20,7 +20,7 @@ #ifdef QT_ONLY #include "compat.h" - #include <qlistbox.h> + #include <tqlistbox.h> #else #include <kdialogbase.h> #include <klistbox.h> @@ -51,7 +51,7 @@ protected slots: private: KMultiFormListBoxFactory *myFact; KMultiFormListBoxEntry *myWidget; - QByteArray _backup; + TQByteArray _backup; KListBox *listbox; WindowListboxItem *myListboxItem; bool initialShow; |