summaryrefslogtreecommitdiffstats
path: root/lib/kformula/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/main.cc')
-rw-r--r--lib/kformula/main.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc
index 4d80e1c8..57344739 100644
--- a/lib/kformula/main.cc
+++ b/lib/kformula/main.cc
@@ -5,12 +5,12 @@
#include <tqaccel.h>
#include <tqdom.h>
#include <tqfile.h>
-#include <layout.h>
+#include <tqlayout.h>
#include <tqptrlist.h>
#include <tqmainwindow.h>
#include <tqpainter.h>
#include <tqstring.h>
-#include <textstream.h>
+#include <tqtextstream.h>
#include <tqwidget.h>
#include <tqfileinfo.h>
@@ -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::clipboard()->clear();
+ TQApplication::tqclipboard()->clear();
int destruct = BasicElement::getEvilDestructionCount();
if (destruct != 0) {