summaryrefslogtreecommitdiffstats
path: root/src/kile/kileviewmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/kileviewmanager.h')
-rw-r--r--src/kile/kileviewmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kile/kileviewmanager.h b/src/kile/kileviewmanager.h
index 780aed9..187c2cf 100644
--- a/src/kile/kileviewmanager.h
+++ b/src/kile/kileviewmanager.h
@@ -50,7 +50,7 @@ namespace KileView
//TODO inherit from KParts::Manager
class Manager : public TQObject
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -130,7 +130,7 @@ private:
* there are no tabs: the DropWidget is shown instead of KTabWidget when there are no tabs.
*/
class DropWidget : public TQWidget {
- Q_OBJECT
+ TQ_OBJECT
public: