summaryrefslogtreecommitdiffstats
path: root/src/flowcodedocument.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:50:16 -0600
commite16e56183f59220a2247d5c4d3dc915bd0520234 (patch)
treeb6e25121ddfe84aacce96f2f1f5874573f23527d /src/flowcodedocument.cpp
parentcf07b01407060b6e6edef7d17b4cad708ccf387e (diff)
downloadktechlab-e16e56183f59220a2247d5c4d3dc915bd0520234.tar.gz
ktechlab-e16e56183f59220a2247d5c4d3dc915bd0520234.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/flowcodedocument.cpp')
-rw-r--r--src/flowcodedocument.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/flowcodedocument.cpp b/src/flowcodedocument.cpp
index efe0a94..7bdc695 100644
--- a/src/flowcodedocument.cpp
+++ b/src/flowcodedocument.cpp
@@ -24,8 +24,8 @@
#include "programmerdlg.h"
#include <kdebug.h>
-#include <klocale.h>
-#include <kmessagebox.h>
+#include <tdelocale.h>
+#include <tdemessagebox.h>
FlowCodeDocument::FlowCodeDocument( const TQString &caption, KTechlab *ktechlab, const char *name )
: ICNDocument( caption, ktechlab, name )