diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:12:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:12:54 -0600 |
commit | ce06c80f9a59a53c86caeeffe1447e968d284b39 (patch) | |
tree | 8d9b351dd1535f22ab4ac1768b8d3de4b50a8006 /src/modules/term/termwidget.h | |
parent | 8c0ea4fa2a208ba5079da31ba8e1c86980946752 (diff) | |
download | kvirc-ce06c80f9a59a53c86caeeffe1447e968d284b39.tar.gz kvirc-ce06c80f9a59a53c86caeeffe1447e968d284b39.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/modules/term/termwidget.h')
-rw-r--r-- | src/modules/term/termwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/term/termwidget.h b/src/modules/term/termwidget.h index 6f30f753..cf139a6a 100644 --- a/src/modules/term/termwidget.h +++ b/src/modules/term/termwidget.h @@ -31,7 +31,7 @@ #include <tqpushbutton.h> #include "kvi_tal_hbox.h" -#include "kparts/part.h" +#include "tdeparts/part.h" class KviFrame; |