summaryrefslogtreecommitdiffstats
path: root/kpacman/kpacman.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpacman/kpacman.h')
-rw-r--r--kpacman/kpacman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpacman/kpacman.h b/kpacman/kpacman.h
index c6ab495..c6f9133 100644
--- a/kpacman/kpacman.h
+++ b/kpacman/kpacman.h
@@ -24,7 +24,7 @@
#endif
// include files for TQt
-#include <ntqlist.h>
+
#include <ntqfileinf.h>
#include <ntqregexp.h>
@@ -170,7 +170,7 @@ class KpacmanApp : public TDEMainWindow
int mode;
TDEPopupMenu *modesPopup; // TDEAction main scheme selection menu
- TQList<TDEPopupMenu> *schemesPopup; // submenus for selecting scheme
+ TQPtrList<TDEPopupMenu> *schemesPopup; // submenus for selecting scheme
// ID's of the menuitem(s) for finding/selecting scheme by id
TQArray<int> modeID;