diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:07 -0600 |
commit | e46eba349e7029d919b213b7130086503d1e042e (patch) | |
tree | c99ad6970d22aa80d905a7129d87aa627ae26801 /scripts/fixheaders | |
parent | df726f3e9706e8264827dc1dc8338225c3b6434f (diff) | |
download | tdesdk-e46eba349e7029d919b213b7130086503d1e042e.tar.gz tdesdk-e46eba349e7029d919b213b7130086503d1e042e.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'scripts/fixheaders')
-rw-r--r-- | scripts/fixheaders | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/fixheaders b/scripts/fixheaders index 2e1dc579..577b6968 100644 --- a/scripts/fixheaders +++ b/scripts/fixheaders @@ -57,7 +57,7 @@ $lastdir = '.'; '`QUriDrag\' undeclared \(first use this function\)' => "qdragobject", '`kdDebug\' undeclared \(first use this function\)' => "kdebug", '`kdWarning\' undeclared \(first use this function\)' => "kdebug", - 'no matching function for call to `KMenuBar::insertItem\(QString, TDEPopupMenu' => "kpopupmenu", + 'no matching function for call to `KMenuBar::insertItem\(QString, TDEPopupMenu' => "tdepopupmenu", 'no matching function for call to `KMenuBar::' => "kmenubar", 'invalid use of undefined type `class QPointArray' => "qpointarray", 'variable `QPainter \S*\' has initializer but incomplete type' => "qpainter", @@ -84,9 +84,9 @@ $lastdir = '.'; 'invalid use of undefined type `class QLineEdit\'' => "qlineedit", 'invalid use of undefined type `class QComboBox\'' => "qcombobox", 'invalid use of undefined type `class QStyle\'' => "qstyle", - 'invalid use of undefined type `class TDEPopupMenu\'' => "kpopupmenu", + 'invalid use of undefined type `class TDEPopupMenu\'' => "tdepopupmenu", 'invalid use of undefined type `class QPopupMenu\'' => "qpopupmenu", - 'cannot convert `TDEPopupMenu \*\' to `QPopupMenu \*' => "kpopupmenu", + 'cannot convert `TDEPopupMenu \*\' to `QPopupMenu \*' => "tdepopupmenu", 'aggregate `QPopupMenu \S*\' has incomplete type' => "qpopupmenu", 'invalid use of undefined type `class KURL' => "kurl", 'no method `QApplication::' => "qapplication", |