diff options
Diffstat (limited to 'lib/kformula/main.cc')
-rw-r--r-- | lib/kformula/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc index 57344739..56a9e837 100644 --- a/lib/kformula/main.cc +++ b/lib/kformula/main.cc @@ -277,7 +277,7 @@ int main(int argc, char** argv) // Make sure there are no elements in the clipboard. // Okey for a debug app. - TQApplication::tqclipboard()->clear(); + TQApplication::clipboard()->clear(); int destruct = BasicElement::getEvilDestructionCount(); if (destruct != 0) { |