summaryrefslogtreecommitdiffstats
path: root/src/kdiff3_shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdiff3_shell.h')
-rw-r--r--src/kdiff3_shell.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kdiff3_shell.h b/src/kdiff3_shell.h
index 42a324b..e8fa8ec 100644
--- a/src/kdiff3_shell.h
+++ b/src/kdiff3_shell.h
@@ -39,6 +39,7 @@ class KToggleAction;
class KDiff3Shell : public KParts::MainWindow
{
Q_OBJECT
+ TQ_OBJECT
public:
/**
* Default Constructor
@@ -52,7 +53,7 @@ public:
bool queryClose();
bool queryExit();
- virtual void closeEvent(QCloseEvent*e);
+ virtual void closeEvent(TQCloseEvent*e);
private slots:
void optionsShowToolbar();
@@ -61,7 +62,7 @@ private slots:
void optionsConfigureToolbars();
void applyNewToolbarConfig();
- void slotNewInstance( const QString& fn1, const QString& fn2, const QString& fn3 );
+ void slotNewInstance( const TQString& fn1, const TQString& fn2, const TQString& fn3 );
private:
KParts::ReadWritePart *m_part;