From 1cf8018d1c583e13baf269078de99690c4457933 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Tue, 4 Jun 2019 12:34:32 +0200 Subject: Rename tqt-kde integration to tqt-tde. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- tqt3integration/module/module.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tqt3integration/module/module.cpp') diff --git a/tqt3integration/module/module.cpp b/tqt3integration/module/module.cpp index a0be507b0..e397105b1 100644 --- a/tqt3integration/module/module.cpp +++ b/tqt3integration/module/module.cpp @@ -38,13 +38,13 @@ extern "C" { - KDE_EXPORT KDEDModule *create_kdeintegration( const TQCString& obj ) + KDE_EXPORT KDEDModule *create_tdeintegration( const TQCString& obj ) { - return new KDEIntegration::Module( obj ); + return new TDEIntegration::Module( obj ); } }; -namespace KDEIntegration +namespace TDEIntegration { static void prepareDialog( TQWidget* w, long parent, const TQCString& wmclass1, const TQCString& wmclass2 ) @@ -61,7 +61,7 @@ static void prepareDialog( TQWidget* w, long parent, const TQCString& wmclass1, info.geometry().y() + ( info.geometry().height()- w->height())/2 ); } -// duped in tqtkde +// duped in tqttde static TQString getHostname() { char hostname[ 256 ]; -- cgit v1.2.3