Commit Graph

40 Commits (master)

Author SHA1 Message Date
Michele Calgaro f989443912
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 month ago
Michele Calgaro 1ed3dd1927
Use tdeprocess.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
Michele Calgaro 764011824e
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro 41f38262d2
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro 931991843a
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 5e58c04b14
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 93aed1ee0d
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko f4edc50e47
Fix FTBFS with CMake build:
+ Determine TQt and TDE include directories as SYSTEM.
  It solves priority for #include "..." × #include <...>
+ Additional linked libraries.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 70defe5e6d
Added controlled conversions to char* instead of automatic ascii conversions.
The definition of -UTQT_NO_ASCII_CAST is no longer needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy 4c43d1fbb6
Conversion to the cmake building system.
Delete empty files (dummy.cpp, xsldbgconfig.h).
Remove hard-coded path for the kmdr-executor executable.
Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander.
Add man pages taken from the Debian packaging.

Signed-off-by: gregory guy <gregory-tde@laposte.net>

Fix linking - kxsldbgcommon-static and  kimagemapeditorcommon-static needs to be embedded.
Move the linking of xml and readline libraries to the appropriate static libraries.
Add build option WITH_QUANTA_CVSSERVICE.
Add a test whether the readline can be linked standalone or whether ncurses is needed.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
ormorph ae3ed3d329 Rename *OBJECT_NAME_STRING
Signed-off-by: ormorph <roma251078@mail.ru>
5 years ago
Slávek Banko 6cd96f828f
Adapted to new KPasswordEdit::password() signature.
This relates to bug 2961.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro af63bdbe11
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko d17de25b7f Additional k => tde renaming and fixes 12 years ago
Timothy Pearson 279764bab1 Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson ee38b2862b Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson c46f36d008 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 9771f17f8c Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson ef2264e979 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson f9ced3b3f1 Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 12 years ago
Timothy Pearson 29df04c243 Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 12 years ago
Timothy Pearson f7307c9513 Rename KApplication to TDEApplication to avoid conflicts with KDE4 12 years ago
Slávek Banko bc2d0c742a Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
13 years ago
Timothy Pearson 3cc20ba270 Rename additional members for tqt3 13 years ago
Timothy Pearson 27075bc698 Rename additional global TQt functions 13 years ago
Timothy Pearson 3da0c9594e Remove spurious TQ_OBJECT instances 13 years ago
Timothy Pearson 84c989c19d Remove additional unneeded tq method conversions 13 years ago
Timothy Pearson 9445f97b42 Rename old tq methods that no longer need a unique name 13 years ago
Timothy Pearson 1fffbdafa1 Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit 2b0e1de2ff.
13 years ago
Timothy Pearson 2b0e1de2ff Rename a number of old tq methods that are no longer tq specific 13 years ago
Timothy Pearson ffa67ac755 Additional renaming of kde to tde 13 years ago
Timothy Pearson baa3e6e883 Rename additional instances of KDE to TDE 13 years ago
tpearson 6c79d50fa9 rename the following methods:
tqparent parent
tqmask mask


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 36c36b53a1 rename the following methods:
tqfind find
tqreplace replace
tqcontains contains


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson 929d7ae4f6 Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...]
tqinvalidate[...]
tqparent[...]
tqmask[...]
tqlayout[...]
tqalignment[...]


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson e985f7e545 TQt4 port kdewebdev
This enables compilation under both Qt3 and Qt4


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237029 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson f7670c1989 Runtime object naming repaired in kdewebdev
NOTE: runtime object naming still needs to be checked for stray "Q*" strings


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1222551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
tpearson dc6b8e72fe Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
tpearson d3b4e48f30 Fix FTBFS due to broken and redundant functions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1075934 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago
toma e9ae806948 Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
15 years ago