From 3b974934d9123068efc34d59b335263b91590a06 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:06:03 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/part/remoteLister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/part/remoteLister.cpp') diff --git a/src/part/remoteLister.cpp b/src/part/remoteLister.cpp index f18691a..834e9cd 100644 --- a/src/part/remoteLister.cpp +++ b/src/part/remoteLister.cpp @@ -70,7 +70,7 @@ namespace Filelight setShowingDotFiles( true ); //stupid KDirLister API function names setMainWindow( parent ); - //use TQT_SIGNAL(result(KIO::Job*)) instead and then use Job::error() + //use TQT_SIGNAL(result(TDEIO::Job*)) instead and then use Job::error() connect( this, TQT_SIGNAL(completed()), TQT_SLOT(completed()) ); connect( this, TQT_SIGNAL(canceled()), TQT_SLOT(canceled()) ); -- cgit v1.2.1