summaryrefslogtreecommitdiffstats
path: root/kdeprint/kprinter/printwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/kprinter/printwrapper.h')
-rw-r--r--kdeprint/kprinter/printwrapper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kprinter/printwrapper.h b/kdeprint/kprinter/printwrapper.h
index 6c4eed45d..54d25368f 100644
--- a/kdeprint/kprinter/printwrapper.h
+++ b/kdeprint/kprinter/printwrapper.h
@@ -20,7 +20,7 @@
#ifndef PRINTWRAPPER_H
#define PRINTWRAPPER_H
-#include <qwidget.h>
+#include <tqwidget.h>
class KPrinter;
class KPrintDialog;
@@ -43,7 +43,7 @@ private:
bool force_stdin;
bool check_stdin;
KPrintDialog* dlg;
- QSocketNotifier* notif;
+ TQSocketNotifier* notif;
};
#endif