summaryrefslogtreecommitdiffstats
path: root/src/kstreamripper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kstreamripper.h')
-rw-r--r--src/kstreamripper.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/kstreamripper.h b/src/kstreamripper.h
index f1a5192..d08534d 100644
--- a/src/kstreamripper.h
+++ b/src/kstreamripper.h
@@ -27,25 +27,26 @@
#include <dnssd/servicebrowser.h>
#include <dnssd/remoteservice.h>
#else
-// damned moc will create slots regardless of #if macro
+// damned tqmoc will create slots regardless of #if macro
// this is hack to avoid undefined type
namespace DNSSD { namespace RemoteService { typedef int Ptr; } }
#endif
class AddNewStreamImpl;
-class QString;
+class TQString;
class KStreamRipper : public KStreamRipperBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- KStreamRipper( QWidget* parent = 0, const char* name = 0 );
+ KStreamRipper( TQWidget* tqparent = 0, const char* name = 0 );
~KStreamRipper();
- virtual void closeEvent( QCloseEvent* );
+ virtual void closeEvent( TQCloseEvent* );
#if KDE_IS_VERSION(3,3,90)
DNSSD::ServiceBrowser m_browser;
#endif