summaryrefslogtreecommitdiffstats
path: root/lib/store/tests
diff options
context:
space:
mode:
Diffstat (limited to 'lib/store/tests')
-rw-r--r--lib/store/tests/storedroptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/store/tests/storedroptest.cpp b/lib/store/tests/storedroptest.cpp
index fccb27c0..7845a393 100644
--- a/lib/store/tests/storedroptest.cpp
+++ b/lib/store/tests/storedroptest.cpp
@@ -65,7 +65,7 @@ void StoreDropTest::keyPressEvent( TQKeyEvent * e )
void StoreDropTest::paste()
{
qDebug( "paste" );
- TQMimeSource* m = TQApplication::tqclipboard()->data();
+ TQMimeSource* m = TQApplication::clipboard()->data();
if ( !m )
return;
processMimeSource( m );