summaryrefslogtreecommitdiffstats
path: root/certmanager/lib/tests/test_cryptoconfig.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'certmanager/lib/tests/test_cryptoconfig.cpp')
-rw-r--r--certmanager/lib/tests/test_cryptoconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/tests/test_cryptoconfig.cpp b/certmanager/lib/tests/test_cryptoconfig.cpp
index 8eb99891..e11ca2ab 100644
--- a/certmanager/lib/tests/test_cryptoconfig.cpp
+++ b/certmanager/lib/tests/test_cryptoconfig.cpp
@@ -44,7 +44,7 @@ int main( int argc, char** argv ) {
KAboutData aboutData( "test_cryptoconfig", "CryptoConfig Test", "0.1" );
TDECmdLineArgs::init( argc, argv, &aboutData );
- KApplication app( false, false );
+ TDEApplication app( false, false );
Kleo::CryptoConfig * config = new QGpgMECryptoConfig();