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 48ef020e4..f83a16816 100644
--- a/klipper/urlgrabber.h
+++ b/klipper/urlgrabber.h
@@ -25,7 +25,7 @@
#include <tqstring.h>
#include <tqstringlist.h>
-#include <kprocess.h>
+#include <tdeprocess.h>
class TQTimer;
@@ -40,7 +40,7 @@ typedef TQPtrListIterator<ClipAction> ActionListIterator;
class URLGrabber : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
URLGrabber( TDEConfig* config );