diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:12:51 -0600 |
commit | 65eca7929c22f0f0bc64135c02d85d1243df376c (patch) | |
tree | 5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kview/modules/template/kviewtemplate.cpp | |
parent | cd6d514066c22206c388eddbb7fbec32648dbaeb (diff) | |
download | tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kview/modules/template/kviewtemplate.cpp')
-rw-r--r-- | kview/modules/template/kviewtemplate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/modules/template/kviewtemplate.cpp b/kview/modules/template/kviewtemplate.cpp index f8277162..78e10595 100644 --- a/kview/modules/template/kviewtemplate.cpp +++ b/kview/modules/template/kviewtemplate.cpp @@ -23,7 +23,7 @@ KViewTemplate::KViewTemplate( TQObject* parent, const char* name, const TQString delete viewerList; if( m_pViewer ) { - (void) new KAction( /*i18n(*/ "&Do Something" /*)*/, 0, 0, + (void) new TDEAction( /*i18n(*/ "&Do Something" /*)*/, 0, 0, this, TQT_SLOT( yourSlot() ), actionCollection(), "plugin_template" ); } |