From 65eca7929c22f0f0bc64135c02d85d1243df376c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:12:51 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kview/modules/template/kviewtemplate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kview/modules/template') 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" ); } -- cgit v1.2.1