diff options
Diffstat (limited to 'certmanager/conf/dirservconfigpage.cpp')
-rw-r--r-- | certmanager/conf/dirservconfigpage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/certmanager/conf/dirservconfigpage.cpp b/certmanager/conf/dirservconfigpage.cpp index 769b95323..7a19d4515 100644 --- a/certmanager/conf/dirservconfigpage.cpp +++ b/certmanager/conf/dirservconfigpage.cpp @@ -34,8 +34,8 @@ #include <kleo/cryptobackendfactory.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <kdebug.h> #include <tdeconfig.h> #include <knuminput.h> @@ -62,7 +62,7 @@ public: KURL::List readCurrentList() const { KURL::List lst; - // stolen from kabc/ldapclient.cpp + // stolen from tdeabc/ldapclient.cpp const uint numHosts = mConfig.readUnsignedNumEntry( "NumSelectedHosts" ); for ( uint j = 0; j < numHosts; j++ ) { const TQString num = TQString::number( j ); |