summaryrefslogtreecommitdiffstats
path: root/xparts/xpart_notepad
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:17:00 -0600
commit2d84c9d3ad0aaea0620658024537d54e6a7939f4 (patch)
tree35675532f42e78dbfcd56c6b344e1f0e79013a2e /xparts/xpart_notepad
parent980972d200e109a643e5a10037d7f9fcf02382ed (diff)
downloadtdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.tar.gz
tdebindings-2d84c9d3ad0aaea0620658024537d54e6a7939f4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r--xparts/xpart_notepad/shell_xparthost.cpp2
-rw-r--r--xparts/xpart_notepad/shell_xparthost.h2
-rw-r--r--xparts/xpart_notepad/xp_notepad_factory.cpp2
-rw-r--r--xparts/xpart_notepad/xp_notepad_factory.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp
index 8bb4ce65..8ea38f75 100644
--- a/xparts/xpart_notepad/shell_xparthost.cpp
+++ b/xparts/xpart_notepad/shell_xparthost.cpp
@@ -9,7 +9,7 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
#include <kdebug.h>
ShellWindow::ShellWindow()
diff --git a/xparts/xpart_notepad/shell_xparthost.h b/xparts/xpart_notepad/shell_xparthost.h
index 7a0bb1a8..590a6293 100644
--- a/xparts/xpart_notepad/shell_xparthost.h
+++ b/xparts/xpart_notepad/shell_xparthost.h
@@ -2,7 +2,7 @@
#define shell_xparthost_h
#include <kmainwindow.h>
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
#include <kdebug.h>
class TDEProcess;
diff --git a/xparts/xpart_notepad/xp_notepad_factory.cpp b/xparts/xpart_notepad/xp_notepad_factory.cpp
index 7d9b4d12..f815fd4d 100644
--- a/xparts/xpart_notepad/xp_notepad_factory.cpp
+++ b/xparts/xpart_notepad/xp_notepad_factory.cpp
@@ -25,7 +25,7 @@
#include <kaction.h>
#include <kmainwindow.h>
#include <kprocess.h>
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
#include <kdebug.h>
#include "xp_notepad_factory.h"
diff --git a/xparts/xpart_notepad/xp_notepad_factory.h b/xparts/xpart_notepad/xp_notepad_factory.h
index cb3090c6..83c5274f 100644
--- a/xparts/xpart_notepad/xp_notepad_factory.h
+++ b/xparts/xpart_notepad/xp_notepad_factory.h
@@ -21,7 +21,7 @@
#ifndef __xp_notepad_factory_h__
#define __xp_notepad_factory_h__
-#include <kparts/factory.h>
+#include <tdeparts/factory.h>
#include <tqptrlist.h>
#include <kurl.h>
#include "xparthost_kpart.h"