summaryrefslogtreecommitdiffstats
path: root/kabc/key.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kabc/key.cpp')
-rw-r--r--kabc/key.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/key.cpp b/kabc/key.cpp
index 0d917595d..fadc89dce 100644
--- a/kabc/key.cpp
+++ b/kabc/key.cpp
@@ -28,7 +28,7 @@ using namespace KABC;
Key::Key( const TQString &text, int type )
: mTextData( text ), mIsBinary( false ), mType( type )
{
- mId = KApplication::randomString(8);
+ mId = TDEApplication::randomString(8);
}
Key::~Key()