summaryrefslogtreecommitdiffstats
path: root/src/kdiff3_shell.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:00:05 -0600
commit35cfeb1230c22ee3bd7d14617ebf4fa62ed93534 (patch)
tree9796d55f01b35b9ebb51b959e4a24376ecb129d8 /src/kdiff3_shell.h
parent6d70eafec07c8700ad99ad334c92c01119b947bf (diff)
downloadkdiff3-35cfeb1230c22ee3bd7d14617ebf4fa62ed93534.tar.gz
kdiff3-35cfeb1230c22ee3bd7d14617ebf4fa62ed93534.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kdiff3_shell.h')
-rw-r--r--src/kdiff3_shell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kdiff3_shell.h b/src/kdiff3_shell.h
index 4dcc2aa..d9c5357 100644
--- a/src/kdiff3_shell.h
+++ b/src/kdiff3_shell.h
@@ -27,7 +27,7 @@
#include <kapplication.h>
#include <tdeparts/mainwindow.h>
-class KToggleAction;
+class TDEToggleAction;
/**
* This is the application "Shell". It has a menubar, toolbar, and
@@ -67,8 +67,8 @@ private slots:
private:
KParts::ReadWritePart *m_part;
- KToggleAction *m_toolbarAction;
- KToggleAction *m_statusbarAction;
+ TDEToggleAction *m_toolbarAction;
+ TDEToggleAction *m_statusbarAction;
bool m_bUnderConstruction;
};