summaryrefslogtreecommitdiffstats
path: root/klipper/urlgrabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'klipper/urlgrabber.h')
-rw-r--r--klipper/urlgrabber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/klipper/urlgrabber.h b/klipper/urlgrabber.h
index a40e48bf6..fd97067dc 100644
--- a/klipper/urlgrabber.h
+++ b/klipper/urlgrabber.h
@@ -32,7 +32,7 @@
class TQTimer;
class TDEConfig;
-class KPopupMenu;
+class TDEPopupMenu;
class ClipAction;
struct ClipCommand;
@@ -85,7 +85,7 @@ private:
ClipAction *myCurrentAction;
TQIntDict<ClipCommand> myCommandMapper;
TQIntDict<TQStringList> myGroupingMapper;
- KPopupMenu *myMenu;
+ TDEPopupMenu *myMenu;
TQTimer *myPopupKillTimer;
int myPopupKillTimeout;
bool m_stripWhiteSpace;