diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:05 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:00:05 -0600 |
| commit | 35cfeb1230c22ee3bd7d14617ebf4fa62ed93534 (patch) | |
| tree | 9796d55f01b35b9ebb51b959e4a24376ecb129d8 /src/kdiff3_shell.h | |
| parent | 6d70eafec07c8700ad99ad334c92c01119b947bf (diff) | |
| download | kdiff3-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.h | 6 |
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; }; |
