diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-05-07 01:06:08 +0200 |
commit | 9750a057f2f36c5b88a5bc53c0a051b605dac061 (patch) | |
tree | 4f205d3ed4ecf8d2df665b566674d12372363c7f /redhat/applications/konversation/96f2a488.diff | |
parent | 6bb431be79e8f75c26bbf0f81749fa7738965f65 (diff) | |
download | tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.tar.gz tde-packaging-9750a057f2f36c5b88a5bc53c0a051b605dac061.zip |
RHEL/Fedora: massive updates for Fedora 17 (TDE 3.5.13 entire build)
Diffstat (limited to 'redhat/applications/konversation/96f2a488.diff')
-rw-r--r-- | redhat/applications/konversation/96f2a488.diff | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/redhat/applications/konversation/96f2a488.diff b/redhat/applications/konversation/96f2a488.diff new file mode 100644 index 000000000..45aec3704 --- /dev/null +++ b/redhat/applications/konversation/96f2a488.diff @@ -0,0 +1,84 @@ +commit 96f2a488786e370c355778e00c795e776e09d199 +Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Date: 1322168535 -0600 + + Fix FTBFS + +diff --git a/konversation/src/alias_preferences.h b/konversation/src/alias_preferences.h +index cf70b4f..aeb3062 100644 +--- a/konversation/src/alias_preferences.h ++++ b/konversation/src/alias_preferences.h +@@ -13,6 +13,8 @@ + #ifndef EXALIASPREFERENCES_H + #define EXALIASPREFERENCES_H + ++#include <tqlistview.h> ++ + #include "alias_preferencesui.h" + #include "konvisettingspage.h" + +diff --git a/konversation/src/autoreplace_preferences.h b/konversation/src/autoreplace_preferences.h +index c73da29..9cab1f0 100644 +--- a/konversation/src/autoreplace_preferences.h ++++ b/konversation/src/autoreplace_preferences.h +@@ -13,6 +13,8 @@ + #ifndef AUTOREPLACECONFIG_H + #define AUTOREPLACECONFIG_H + ++#include <tqlistview.h> ++ + #include "autoreplace_preferencesui.h" + #include "konvisettingspage.h" + +diff --git a/konversation/src/config/konversation.kcfg b/konversation/src/config/konversation.kcfg +index a2a2582..8cf2b82 100644 +--- a/konversation/src/config/konversation.kcfg ++++ b/konversation/src/config/konversation.kcfg +@@ -294,7 +294,7 @@ + <whatsthis></whatsthis> + </entry> + <entry key="LogfileReaderGeometry" type="Size" name="LogfileReaderSize"> +- <default code="true">QSize(400, 200)</default> ++ <default code="true">TQSize(400, 200)</default> + <label></label> + <whatsthis></whatsthis> + </entry> +diff --git a/konversation/src/highlight_preferences.h b/konversation/src/highlight_preferences.h +index 67863a7..89974ca 100644 +--- a/konversation/src/highlight_preferences.h ++++ b/konversation/src/highlight_preferences.h +@@ -17,7 +17,7 @@ + #include "konvisettingspage.h" + + #include <tqobject.h> +- ++#include <tqlistview.h> + + class Highlight_Config; + class Highlight; +diff --git a/konversation/src/ignore_preferences.h b/konversation/src/ignore_preferences.h +index e910b78..a19ff03 100644 +--- a/konversation/src/ignore_preferences.h ++++ b/konversation/src/ignore_preferences.h +@@ -17,7 +17,7 @@ + #include "konvisettingspage.h" + + #include <tqptrlist.h> +- ++#include <tqlistview.h> + + class Ignore; + class Ignore_Config : public Ignore_ConfigUI, public KonviSettingsPage +diff --git a/konversation/src/quickbuttons_preferences.h b/konversation/src/quickbuttons_preferences.h +index c8cc0e1..ccf26af 100644 +--- a/konversation/src/quickbuttons_preferences.h ++++ b/konversation/src/quickbuttons_preferences.h +@@ -13,6 +13,8 @@ + #ifndef TQUICKBUTTONSCONFIG_H + #define TQUICKBUTTONSCONFIG_H + ++#include <tqlistview.h> ++ + #include "quickbuttons_preferencesui.h" + #include "konvisettingspage.h" + |