summaryrefslogtreecommitdiffstats
path: root/src/webquerybibsonomy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webquerybibsonomy.cpp')
-rw-r--r--src/webquerybibsonomy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webquerybibsonomy.cpp b/src/webquerybibsonomy.cpp
index eec1d3f..0aa954f 100644
--- a/src/webquerybibsonomy.cpp
+++ b/src/webquerybibsonomy.cpp
@@ -23,10 +23,10 @@
#include <ntqstring.h>
#include <ntqspinbox.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <klineedit.h>
-#include <kmessagebox.h>
-#include <kio/netaccess.h>
+#include <tdemessagebox.h>
+#include <tdeio/netaccess.h>
#include <kurl.h>
#include <settings.h>
@@ -110,7 +110,7 @@ namespace KBibTeX
}
else if ( !m_aborted )
{
- TQString message = KIO::NetAccess::lastErrorString();
+ TQString message = TDEIO::NetAccess::lastErrorString();
if ( message.isEmpty() )
message.prepend( '\n' );
message.prepend( TQString( i18n( "Querying database '%1' failed." ) ).arg( title() ) );