56 Commits (c51cffec497be16f2fb86ca9385d89533b4c2fa4)

Author SHA1 Message Date
Stephan Kulow b2e24f5234 replacing deprecated function 20 years ago
Stephan Kulow 02651aaa5c port to new KAction API 20 years ago
Stephan Kulow 8bacc6c030 I wonder how long these changes waited uncommited :) 20 years ago
Edwin Schepers bce7db93db setButtonBoxOrientation -> setButtonsOrientation 20 years ago
Tobias Koenig fd080a8bf9 KDialog::actionButton()-- 20 years ago
Volker Krause 5693af6b31 KDialog porting. 20 years ago
Reinhold Kainhofer 42ed96b11f some more #include <qxxxx.h> => #include <QXxxx> 20 years ago
Allen Winter 063033d01e "a" -> 'a' 20 years ago
Reinhold Kainhofer 7f6ea0b791 KDialogBase => KDialog, this also means ~80 less deprecated warnings... 20 years ago
Laurent Montel ee46d3efe0 #include <q...h> -> #include <Q...> 20 years ago
Volker Krause a5f7315b45 compile with new kdelibs snapshot 20 years ago
Stephan Kulow 2791014151 deprecated-- 20 years ago
Stephan Kulow 2fb7af5863 deprecated-- 20 years ago
Stephan Kulow 08c09408b1 less deprecated KAction 20 years ago
Stephan Kulow 6be5949741 deprecated-- 20 years ago
Reinhold Kainhofer 60256d9d9f deprecated QWidget methods 20 years ago
Reinhold Kainhofer 4ea904f4b5 deprecated Q(HBox|VBox|Grid)Layout(QLayout*parentLayout) constructors 20 years ago
Reinhold Kainhofer ffe5a512df Deprecated QLabel constructors -> call setBuddy and setObjectName manually... 20 years ago
Reinhold Kainhofer bdb846c552 Replace the old-style QGridLayout and Q[HV]BoxLayout constructors (which contain margin, spacing, name, and possibly the # of rows and cols) with the Qt4 constructors, where one then calls setMargin, setSpacing, and setObjectName. The nr of rows and columns is no longer needed. 20 years ago
Reinhold Kainhofer 92ea42f7c5 deprecated QComboBox methods, mainly currentItem=>currentIndex, insertItem=>addItem, insertStringList=>addItems, setCurrentItem=>setCurrentIndex, setCurrentText=>setItemText(currentIndex,..), text=>itemText 20 years ago
David Faure 8872208d7a KMail compiles on Mac OS X 20 years ago
Reinhold Kainhofer 1a753fd376 deprecated: QMenu::insertSeparator() -> QMenu::addSeparator(), QBitmap(w,h,bool) -> QBitmap(w,h) and QBitmap::clear() 20 years ago
Chusslove Illich 3a5fca8d00 Conversion to new i18n API (see KDE4PORTING.html->I18N->i18n calls). 20 years ago
Volker Krause 52b0522f23 Compile with the new snapshot. 20 years ago
Laurent Montel 659ee5067e Adapt to new kdelibs api 20 years ago
Laurent Montel a574251bf1 Adapt to new kdelibs api 20 years ago
Ismail Onur Filiz ea883abdd3 Replace TRUE/FALSE with true/false in kdepim as the former are deprecated. The words inside comments are untouched. 20 years ago
Volker Krause 5290e728f2 Laurent fixed those already. 20 years ago
Laurent Montel 2c0e9d875a Fix permanent item into kstatusbar 20 years ago
Laurent Montel 54bf075d4b Deprecated-- 20 years ago
Volker Krause 5106454956 Compile with new kdelibs snapshot. 20 years ago
Laurent Montel 691967fab7 deprecated-- 20 years ago
Andreas Gungl c901b1247d reduce readEntry(...).toInt() where possible 20 years ago
Andreas Gungl da592428a9 Q3PtrList-- 20 years ago
Andreas Gungl 8339b64efe replace calls to KConfig::setGroup(...) 20 years ago
Andreas Gungl e7a819f07a fix loading and saving of filter definitions 20 years ago
Andreas Gungl db8f1ad5ad porting for KConfig changes 21 years ago
Laurent Montel 60b450d35f QString::null-> QString() 21 years ago
Andreas Gungl 8b62162fbe Qt3support-- 21 years ago
Andreas Gungl b264d8110b fix compilation 21 years ago
Laurent Montel 055208c180 Fix header/include 21 years ago
Laurent Montel 3ef805634c Q3ValueList-- 21 years ago
Laurent Montel fb69b56cb8 Adapt to new kde4 api 21 years ago
Ingo Klcker 3cbf0fc45b Q_INT*/Q_UINT* -> qint*/quint* 21 years ago
Ingo Klcker 81a7e3ba13 Partial port to current kdelibs4_snapshot. Time to hit the bed. 21 years ago
Volker Krause ed72a72900 More KMail porting. 21 years ago
Volker Krause 0f6fe9fdb4 117 of 167 files compile 21 years ago
Laurent Montel cbc8cc5315 Remove KDE_IS_VERSION 21 years ago
Laurent Montel 57f2203adc Some port 21 years ago
Laurent Montel e4358e26aa Continue to use my script 21 years ago