summaryrefslogtreecommitdiffstats
path: root/src/webquerymathscinet.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-29 16:33:55 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 03:57:45 +0200
commitf2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch)
tree0414ba9f0823b98d2a159c11513ddcda84b932cc /src/webquerymathscinet.cpp
parent5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff)
downloadkbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz
kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip
Initial TDE conversion
Diffstat (limited to 'src/webquerymathscinet.cpp')
-rw-r--r--src/webquerymathscinet.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/webquerymathscinet.cpp b/src/webquerymathscinet.cpp
index 33d78f1..4d526ab 100644
--- a/src/webquerymathscinet.cpp
+++ b/src/webquerymathscinet.cpp
@@ -25,12 +25,12 @@
#include <ntqspinbox.h>
#include <kpushbutton.h>
-#include <klocale.h>
+#include <tdelocale.h>
#include <kiconloader.h>
#include <kurl.h>
#include <kdebug.h>
-#include <kio/netaccess.h>
-#include <kmessagebox.h>
+#include <tdeio/netaccess.h>
+#include <tdemessagebox.h>
#include <settings.h>
@@ -67,7 +67,7 @@ namespace KBibTeX
connect( clearSearchText, SIGNAL( clicked() ), lineEditQuery, SLOT( clear() ) );
connect( lineEditQuery, SIGNAL( textChanged( const TQString& ) ), this, SLOT( slotTextChanged( const TQString& ) ) );
hLayout->setStretchFactor( lineEditQuery, 4 );
- KCompletion *completionQuery = lineEditQuery->completionObject();
+ TDECompletion *completionQuery = lineEditQuery->completionObject();
/*
label = new TQLabel( i18n( "&Number of results:" ), this );
@@ -170,7 +170,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() ) );