Rename additional instances of KDE to TDE

pull/16/head
Timothy Pearson 13 years ago
parent d4396ecfa2
commit 46850422d6

@ -101,8 +101,8 @@ endif( ${CMAKE_SYSTEM_PROCESSOR} MATCHES "i?86" OR ${CMAKE_SYSTEM_PROCESSOR} STR
##### check for operating system ################
if( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
set( KDEINIT_SETUID 1 )
set( KDEINIT_OOM_PROTECT 1 )
set( TDEINIT_SETUID 1 )
set( TDEINIT_OOM_PROTECT 1 )
endif( ${CMAKE_SYSTEM_NAME} STREQUAL "Linux" )
@ -408,13 +408,13 @@ endif( __PATH_SU )
# FIXME for unknown reason cmake cannot find sudo
# find_program( __PATH_SUDO "sudo" )
set( __PATH_SUDO "/usr/bin/sudo" )
if( WITH_SUDO_KDESU_BACKEND )
if( WITH_SUDO_TDESU_BACKEND )
if( __PATH_SUDO )
set( DEFAULT_SUPER_USER_COMMAND ${__PATH_SUDO} )
else( __PATH_SUDO )
message( FATAL_ERROR "sudo was chosen as tdesu backend, but was not found in path." )
endif( __PATH_SUDO )
endif( WITH_SUDO_KDESU_BACKEND )
endif( WITH_SUDO_TDESU_BACKEND )
#### set some constants #########################
@ -533,7 +533,7 @@ if( NOT FREETYPE_FOUND )
message(FATAL_ERROR "\nfreetype2 are required, but not found on your system" )
endif( NOT FREETYPE_FOUND )
set( KDEINIT_USE_FONTCONFIG 1 )
set( TDEINIT_USE_FONTCONFIG 1 )
##### check for fontconfig ######################
@ -629,12 +629,12 @@ endif( WITH_ARTS )
##### check for Xft #############################
if( KDEINIT_USE_XFT )
if( TDEINIT_USE_XFT )
pkg_search_module( XFT xft )
if( NOT XFT_FOUND )
message(FATAL_ERROR "\nXft are required, but not found on your system" )
endif( NOT XFT_FOUND )
endif( KDEINIT_USE_XFT )
endif( TDEINIT_USE_XFT )
##### check for libart ##########################

@ -8,7 +8,7 @@ libartskde_la_SOURCES = artskde.cc kioinputstream_impl.cpp kplayobject.cc \
kartsserver.cpp kdatarequest_impl.cpp kaudioconverter.cc \
kvideowidget.cpp kplayobjectcreator.cc \
kaudiomanagerplay.cpp
libartskde_la_LIBADD = $(LIB_KIO) -lqtmcop -lsoundserver_idl -lartsflow_idl -lmcop $(LIB_QT) $(LIB_KDECORE) -lkmedia2_idl -lartsflow $(LIB_KDEUI) $(LIB_X11)
libartskde_la_LIBADD = $(LIB_KIO) -lqtmcop -lsoundserver_idl -lartsflow_idl -lmcop $(LIB_QT) $(LIB_TDECORE) -lkmedia2_idl -lartsflow $(LIB_TDEUI) $(LIB_X11)
libartskde_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
libartskde_la_METASOURCES = AUTO
libartskde_la_COMPILE_FIRST = artskde.h

@ -7,15 +7,15 @@ kde_module_LTLIBRARIES = knotify.la
knotify_la_SOURCES = knotify.cpp knotify.skel
if include_ARTS
knotify_la_LIBADD = -lsoundserver_idl $(LIB_KDEUI) $(top_builddir)/arts/kde/libartskde.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) -lartsflow_idl -lmcop
knotify_la_LIBADD = -lsoundserver_idl $(LIB_TDEUI) $(top_builddir)/arts/kde/libartskde.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) -lartsflow_idl -lmcop
endif
knotify_la_LDFLAGS = $(all_libraries) -module -avoid-version
knotify_la_METASOURCES = AUTO
check_PROGRAMS = knotifytest
knotifytest_SOURCES = knotifytest.cpp
knotifytest_LDADD = $(LIB_KDECORE)
knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
knotifytest_LDADD = $(LIB_TDECORE)
knotifytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
noinst_HEADERS = knotify.h

@ -690,13 +690,13 @@
#define KDEDIR "@KDEDIR@"
/* Enable prevention against poor Linux OOM-killer */
#cmakedefine KDEINIT_OOM_PROTECT 1
#cmakedefine TDEINIT_OOM_PROTECT 1
/* Use FontConfig in tdeinit */
#cmakedefine KDEINIT_USE_FONTCONFIG 1
#cmakedefine TDEINIT_USE_FONTCONFIG 1
/* Use Xft preinitialization in tdeinit */
#cmakedefine KDEINIT_USE_XFT 1
#cmakedefine TDEINIT_USE_XFT 1
/* Suffix for lib directories */
#define KDELIBSUFF "@KDELIBSUFF@"

@ -250,13 +250,13 @@ AC_SUBST(LIBICE)
AC_SUBST(LIB_KAB, '$(top_builddir)/kab/libkab.la')
AC_SUBST(LIB_KABC, '$(top_builddir)/kabc/libkabc.la')
AC_SUBST(LIB_KDECORE, '$(top_builddir)/tdecore/libtdecore.la')
AC_SUBST(LIB_KDEUI, '$(top_builddir)/tdeui/libtdeui.la')
AC_SUBST(LIB_TDECORE, '$(top_builddir)/tdecore/libtdecore.la')
AC_SUBST(LIB_TDEUI, '$(top_builddir)/tdeui/libtdeui.la')
AC_SUBST(LIB_KIO, '$(top_builddir)/kio/libkio.la')
AC_SUBST(LIB_KFILE, '$(top_builddir)/kio/libkio.la')
AC_SUBST(LIB_KSYCOCA, '$(top_builddir)/kio/libkio.la')
AC_SUBST(LIB_KHTML, '$(top_builddir)/khtml/libkhtml.la')
AC_SUBST(LIB_KDEPRINT, '$(top_builddir)/tdeprint/libtdeprint.la')
AC_SUBST(LIB_TDEPRINT, '$(top_builddir)/tdeprint/libtdeprint.la')
AC_SUBST(LIB_KPARTS, '$(top_builddir)/kparts/libkparts.la')
AC_SUBST(LIB_KIMGIO, '$(top_builddir)/kimgio/libkimgio.la')
AC_SUBST(LIB_KNEWSTUFF, '$(top_builddir)/knewstuff/libknewstuff.la')

@ -50,15 +50,15 @@ dcopserver_la_LIBADD = libDCOP.la $(LIB_QT)
dcopserver_shutdown_SOURCES = dcopserver_shutdown.c
testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcop_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcop_SOURCES = testdcop.cpp
testdcop_LDADD = libDCOP.la
dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
dcop_deadlock_test_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
dcop_deadlock_test_SOURCES = dcop_deadlock_test.cpp
dcop_deadlock_test_LDADD = ../tdecore/libtdecore.la
testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcopc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdcopc_SOURCES = testdcopc.c dcopc.c
testdcopc_LDADD = KDE-ICE/libkICE.la $(LIBSM)

@ -5,7 +5,7 @@
<INCLUDE>qstring.h</INCLUDE>
<CLASS>
<NAME>Test</NAME>
<LINK_SCOPE>KDEUI_EXPORT</LINK_SCOPE>
<LINK_SCOPE>TDEUI_EXPORT</LINK_SCOPE>
<SUPER>MyNamespace::MyParentClass</SUPER>
<SUPER>DCOPObject</SUPER>
<SUPER>QValueList&lt;<TYPE>QString</TYPE>&gt;</SUPER>

@ -30,7 +30,7 @@ namespace KMail {
* geiseri at some point in the near future.
* blah di blah
**/
class KDEUI_EXPORT Test : public MyNamespace::MyParentClass, virtual public DCOPObject,
class TDEUI_EXPORT Test : public MyNamespace::MyParentClass, virtual public DCOPObject,
public TQValueList<TQString>
{
K_DCOP

@ -8,7 +8,7 @@
// stub:
// - includes to super relationship, a bit much to test, needs multiple files?
class KDEUI_EXPORT DefaultTest : public TQObject, virtual public DCOPObject
class TDEUI_EXPORT DefaultTest : public TQObject, virtual public DCOPObject
{
Q_OBJECT
K_DCOP

@ -12,11 +12,11 @@ METASOURCES = AUTO
check_PROGRAMS = dcop_test driver
dcop_test_SOURCES = test.cpp test.skel
dcop_test_LDADD = $(LIB_KDECORE)
dcop_test_LDADD = $(LIB_TDECORE)
dcop_test_LDFLAGS = $(KDE_RPATH)
driver_SOURCES = driver.cpp test.stub
driver_LDADD = $(LIB_KDECORE)
driver_LDADD = $(LIB_TDECORE)
driver_LDFLAGS = $(KDE_RPATH)
CLEANFILES = batch.generated definitions.generated driver.generated shell.generated test.h

@ -1,5 +1,5 @@
## Predefined macros, to remove all the _EXPORT things
## from function definitions.
PREDEFINED = KDECORE_EXPORT="" \
KDEUI_EXPORT="" \
PREDEFINED = TDECORE_EXPORT="" \
TDEUI_EXPORT="" \
Q_OS_UNIX=""

@ -16,7 +16,7 @@ kimproxyinclude_HEADERS = kimproxy.h kimproxyiface.h
lib_LTLIBRARIES = libkimproxy.la
libkimproxy_la_LDFLAGS = -no-undefined $(all_libraries)
libkimproxy_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI)
libkimproxy_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI)
libkimproxy_la_SOURCES = kimproxy.cpp kimiface.stub kimproxyiface.skel
kimiface_DIR = $(top_srcdir)/interfaces/kimproxy/interface

@ -9,7 +9,7 @@ lib_LTLIBRARIES = libkmediaplayer.la
libkmediaplayer_la_SOURCES = player.cpp playerdcopobject.skel view.cpp
libkmediaplayer_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
libkmediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) $(LIB_KDECORE)
libkmediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE)
libkmediaplayer_la_METASOURCES = AUTO
kmediaplayerinclude_HEADERS = player.h playerdcopobject.h view.h

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kfileaudiopreview.la
kfileaudiopreview_la_SOURCES = kfileaudiopreview.cpp
kfileaudiopreview_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined
kfileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/kmediaplayer/libkmediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE)
kfileaudiopreview_la_LIBADD = $(top_builddir)/interfaces/kmediaplayer/libkmediaplayer.la $(top_builddir)/arts/kde/libartskde.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
noinst_HEADERS = kfileaudiopreview.h

@ -5,12 +5,12 @@ INCLUDES = -I$(top_srcdir)/kio -I$(top_srcdir) -I$(srcdir) -I$(srcdir)/.. $(all_
#lib_LTLIBRARIES = libkscriptloader.la libkscript.la
lib_LTLIBRARIES = libkscript.la
#libkscriptloader_la_SOURCES = scriptloader.cpp
#libkscriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#libkscriptloader_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
#libkscriptloader_la_LIBADD = $(LIB_KPARTS)
libkscript_la_SOURCES = scriptmanager.cpp
libkscript_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
libkscript_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
libkscript_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
kscriptinclude_HEADERS = scriptinterface.h scriptclientinterface.h scriptmanager.h
kscriptincludedir = $(includedir)

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = libshellscript.la
libshellscript_la_SOURCES = shellscript.cpp
libshellscript_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined -avoid-version
libshellscript_la_LIBADD = ../libkscript.la $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la
libshellscript_la_LIBADD = ../libkscript.la $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
METASOURCES = AUTO

@ -22,8 +22,8 @@ libktexteditor_la_SOURCES = ktexteditor.cpp \
texthintinterface.cpp editinterfaceext.cpp variableinterface.cpp templateinterface.cpp
libktexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la $(LIB_KABC) $(LIB_KDECORE) $(LIB_QT) $(LIB_KFILE) $(LIB_KDEUI)
libktexteditor_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
libktexteditor_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/dcop/libDCOP.la $(LIB_KABC) $(LIB_TDECORE) $(LIB_QT) $(LIB_KFILE) $(LIB_TDEUI)
ktexteditorinclude_HEADERS = document.h view.h editor.h plugin.h editinterface.h undointerface.h \
selectioninterface.h cursorinterface.h \

@ -1,6 +1,6 @@
INCLUDES=$(all_includes)
check_PROGRAMS=test
test_SOURCES=main.cc
test_LDADD=$(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkio
test_LDADD=$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lkio
test_LDFLAGS=$(all_libraries)
METASOURCES=AUTO

@ -22,7 +22,7 @@ CLEANFILES = addressee.h addressee.cpp field.cpp
lib_LTLIBRARIES = libkabc.la
libkabc_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 3:0:2 -no-undefined
libkabc_la_LIBADD = vcard/libvcard.la vcardparser/libvcards.la $(LIB_KIO) \
$(top_builddir)/kresources/libkresources.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) $(LIB_KDECORE)
$(top_builddir)/kresources/libkresources.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE)
libkabc_la_COMPILE_FIRST = addressee.h
libkabc_la_SOURCES = \
@ -52,7 +52,7 @@ METASOURCES = AUTO
bin_PROGRAMS = kab2kabc
kab2kabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kab2kabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kab2kabc_LDADD = libkabc.la ../kab/libkab.la
kab2kabc_SOURCES = kab2kabc.cpp

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kabcformat_binary.la
kabcformat_binary_la_SOURCES = binaryformat.cpp
kabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \
-no-undefined
kabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_KDECORE)
kabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE)
kabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
# these are the headers for your project

@ -6,13 +6,13 @@ noinst_HEADERS = resourcedirconfig.h
lib_LTLIBRARIES = libkabc_dir.la
libkabc_dir_la_SOURCES = resourcedir.cpp resourcedirconfig.cpp
libkabc_dir_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_dir_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KDEUI)
libkabc_dir_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_TDECORE) $(LIB_KFILE) $(LIB_TDEUI)
libkabc_dir_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
kde_module_LTLIBRARIES = kabc_dir.la
kabc_dir_la_SOURCES = resourcedirplugin.cpp
kabc_dir_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
kabc_dir_la_LIBADD = libkabc_dir.la $(LIB_QT) $(LIB_KDECORE)
kabc_dir_la_LIBADD = libkabc_dir.la $(LIB_QT) $(LIB_TDECORE)
METASOURCES = AUTO

@ -6,14 +6,14 @@ noinst_HEADERS = resourcefileconfig.h
lib_LTLIBRARIES = libkabc_file.la
libkabc_file_la_SOURCES = resourcefile.cpp resourcefileconfig.cpp
libkabc_file_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_file_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_KFILE) $(LIB_KDECORE) $(LIB_KDEUI)
libkabc_file_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_KFILE) $(LIB_TDECORE) $(LIB_TDEUI)
libkabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
kde_module_LTLIBRARIES = kabc_file.la
kabc_file_la_SOURCES = resourcefileplugin.cpp
kabc_file_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
kabc_file_la_LIBADD = libkabc_file.la $(LIB_QT) $(LIB_KDECORE)
kabc_file_la_LIBADD = libkabc_file.la $(LIB_QT) $(LIB_TDECORE)
kabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
METASOURCES = AUTO

@ -6,13 +6,13 @@ noinst_HEADERS = resourceldapkioconfig.h
lib_LTLIBRARIES = libkabc_ldapkio.la
libkabc_ldapkio_la_SOURCES = resourceldapkio.cpp resourceldapkioconfig.cpp
libkabc_ldapkio_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
libkabc_ldapkio_la_LIBADD = $(LIB_KABC) $(LIB_KIO) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_KDEUI) $(LIB_KDECORE)
libkabc_ldapkio_la_LIBADD = $(LIB_KABC) $(LIB_KIO) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_TDEUI) $(LIB_TDECORE)
libkabc_ldapkio_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
kde_module_LTLIBRARIES = kabc_ldapkio.la
kabc_ldapkio_la_SOURCES = resourceldapkioplugin.cpp
kabc_ldapkio_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kabc_ldapkio_la_LIBADD = libkabc_ldapkio.la $(LIB_QT) $(LIB_KDECORE)
kabc_ldapkio_la_LIBADD = libkabc_ldapkio.la $(LIB_QT) $(LIB_TDECORE)
METASOURCES = AUTO

@ -12,44 +12,44 @@ check_PROGRAMS = testlock testldapclient
testlock_LDFLAGS = $(all_libraries)
testlock_SOURCES = testlock.cpp
testldapclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testldapclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testldapclient_SOURCES = testldapclient.cpp
EXTRA_PROGRAMS = testkabc testkabcdlg testdistlist bigread bigwrite testdb \
testaddressee testaddresseelist testaddressfmt kabcargl testaddresslineedit
testkabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testkabc_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testkabc_SOURCES = testkabc.cpp
testaddressee_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddressee_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddressee_SOURCES = testaddressee.cpp
testaddresseelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddresseelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddresseelist_SOURCES = testaddresseelist.cpp
testaddressfmt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddressfmt_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddressfmt_SOURCES = testaddressfmt.cpp
testkabcdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testkabcdlg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testkabcdlg_SOURCES = testkabcdlg.cpp
testdistlist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdistlist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdistlist_SOURCES = testdistlist.cpp
testaddresslineedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddresslineedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testaddresslineedit_SOURCES = testaddresslineedit.cpp
bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bigread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bigread_LDADD = ../libkabc.la $(top_builddir)/kabc/plugins/file/libkabc_file.la
bigread_SOURCES = bigread.cpp
bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bigwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
bigwrite_LDADD = ../libkabc.la $(top_builddir)/kabc/plugins/file/libkabc_file.la
bigwrite_SOURCES = bigwrite.cpp
testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdb_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testdb_SOURCES = testdb.cpp
kabcargl_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kabcargl_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kabcargl_SOURCES = kabcargl.cpp

@ -8,14 +8,14 @@ lib_LTLIBRARIES = libvcard.la
libvcard_la_SOURCES = vCard-all.cpp
libvcard_la_LDFLAGS = $(all_libraries)
libvcard_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
libvcard_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
check_PROGRAMS = testwrite testread
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testwrite_LDADD = libvcard.la
testwrite_SOURCES = testwrite.cpp
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread_LDADD = libvcard.la
testread_SOURCES = testread.cpp

@ -8,15 +8,15 @@ vcardsinclude_HEADERS = vcard.h vcardline.h vcardparser.h
check_PROGRAMS = testread testwrite testread2
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la
testread_SOURCES = testread.cpp
testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testread2_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la
testread2_SOURCES = testread2.cpp testutils.cpp
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testwrite_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testwrite_LDADD = libvcards.la $(top_builddir)/kabc/libkabc.la
testwrite_SOURCES = testwrite.cpp

@ -3,7 +3,7 @@ METASOURCES = document.moc view.moc
lib_LTLIBRARIES = libkatepartinterfaces.la
libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp
libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KPARTS) $(LIB_KDECORE)
libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_TDECORE)
libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
kateinclude_HEADERS = document.h view.h

@ -16,7 +16,7 @@ libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \
libkatepart_la_SOURCES = dummy.cpp
libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_KDEPRINT) $(top_builddir)/kutils/libkutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la
libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/kutils/libkutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la
libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = ktexteditor_insertfile.la
ktexteditor_insertfile_la_SOURCES = insertfileplugin.cpp
ktexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KDEUI)
ktexteditor_insertfile_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_KFILE) $(LIB_TDEUI)
ktexteditor_insertfile_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
insertfiledatadir = $(kde_datadir)/ktexteditor_insertfile

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = ktexteditor_isearch.la
ktexteditor_isearch_la_SOURCES = ISearchPlugin.cpp
ktexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
ktexteditor_isearch_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
ktexteditor_isearch_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
isearchdatadir = $(kde_datadir)/ktexteditor_isearch

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = ktexteditor_kdatatool.la
ktexteditor_kdatatool_la_SOURCES = kate_kdatatool.cpp
ktexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KFILE) $(LIB_KDEUI)
ktexteditor_kdatatool_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_KFILE) $(LIB_TDEUI)
ktexteditor_kdatatool_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kdatatooldatadir = $(kde_datadir)/ktexteditor_kdatatool

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = ktexteditor_docwordcompletion.la
ktexteditor_docwordcompletion_la_SOURCES = docwordcompletion.cpp
ktexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
ktexteditor_docwordcompletion_la_LIBADD = $(top_builddir)/interfaces/ktexteditor/libktexteditor.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
ktexteditor_docwordcompletion_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
docwordcompletiondatadir = $(kde_datadir)/ktexteditor_docwordcompletion

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = libkcertpart.la
libkcertpart_la_SOURCES = kcertpart.cc
libkcertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries)
libkcertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KFILE) $(LIB_KDECORE)
libkcertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDECORE)
libkcertpart_la_DEPENDENCIES = $(LIB_KPARTS)
libkcertpart_la_METASOURCES = AUTO

@ -26,7 +26,7 @@ bin_PROGRAMS =
tdeinit_LTLIBRARIES = kcmshell.la
kcmshell_la_SOURCES = main.cpp main.skel
kcmshell_la_LIBADD = ../kutils/libkutils.la $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KFILE)
kcmshell_la_LIBADD = ../kutils/libkutils.la $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_KFILE)
kcmshell_la_LDFLAGS = $(all_libraries) -module -avoid-version
noinst_HEADERS = main.h

@ -23,7 +23,7 @@ lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = kconf_update.la
kconf_update_la_SOURCES = kconf_update.cpp
kconf_update_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
kconf_update_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
kconf_update_la_LDFLAGS = $(all_libraries) -module -avoid-version
METASOURCES = AUTO

@ -23,11 +23,11 @@ lib_LTLIBRARIES =
tdeinit_LTLIBRARIES = kded.la kbuildsycoca.la
kded_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kded_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kded_la_SOURCES = kded.cpp kdedmodule.cpp
kbuildsycoca_la_LDFLAGS = $(all_libraries) -module -avoid-version
kbuildsycoca_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE)
kbuildsycoca_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kbuildsycoca_la_SOURCES = kbuildsycoca.cpp kbuildservicetypefactory.cpp \
kbuildservicefactory.cpp \
kbuildservicegroupfactory.cpp \
@ -38,15 +38,15 @@ kbuildsycoca_la_SOURCES = kbuildsycoca.cpp kbuildservicetypefactory.cpp \
bin_PROGRAMS = kdontchangethehostname kde-menu kmimelist
kdontchangethehostname_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kdontchangethehostname_LDADD = $(LIB_KDECORE)
kdontchangethehostname_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kdontchangethehostname_LDADD = $(LIB_TDECORE)
kdontchangethehostname_SOURCES = khostname.cpp
kmimelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kmimelist_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kmimelist_LDADD = ../kio/libkio.la
kmimelist_SOURCES = kmimelist.cpp
kde_menu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kde_menu_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kde_menu_LDADD = $(LIB_KIO)
kde_menu_SOURCES = kde-menu.cpp

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = kded_test.la
kded_test_la_SOURCES = test.cpp test.skel
kded_test_la_METASOURCES = AUTO
kded_test_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_test_la_LIBADD = $(LIB_KDECORE)
kded_test_la_LIBADD = $(LIB_TDECORE)
servicesdir = $(kde_servicesdir)/kded
services_DATA = test.desktop

@ -25,12 +25,12 @@ INCLUDES = -I$(top_srcdir)/kfile $(all_includes)
bin_PROGRAMS = makekdewidgets
makekdewidgets_SOURCES = makekdewidgets.cpp
makekdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
makekdewidgets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
makekdewidgets_LDADD = $(LIB_QT) ../tdecore/libtdecore.la
kde_widget_LTLIBRARIES = kdewidgets.la
kdewidgets_la_LDFLAGS = $(KDE_PLUGIN) -module $(all_libraries)
kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_KABC) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
kdewidgets_la_LIBADD = $(LIB_KIO) $(LIB_KABC) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
kdewidgets_la_SOURCES = classpreviews.cpp kdewidgets.cpp
kdewidgets.cpp: $(srcdir)/kde.widgets makekdewidgets

@ -11,11 +11,11 @@ libkbzipfilter_dummy_la_SOURCES = kbzip2filter.cpp
kde_module_LTLIBRARIES = kio_help.la kio_ghelp.la
kio_help_la_SOURCES = kio_help.cpp main.cpp xslt.cpp
kio_help_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_KDECORE)
kio_help_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
kio_help_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kio_ghelp_la_SOURCES = kio_help.cpp main_ghelp.cpp xslt.cpp
kio_ghelp_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_KDECORE)
kio_ghelp_la_LIBADD = $(LIBXSLT_LIBS) $(LIBXML_LIBS) libkbzipfilter_dummy.la $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
kio_ghelp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = kio_help.h
@ -24,7 +24,7 @@ kdelnk_DATA = help.protocol ghelp.protocol
kdelnkdir = $(kde_servicesdir)
bin_PROGRAMS = meinproc
meinproc_LDADD = xslt_pure.o libkbzipfilter_dummy.la $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_KIO) $(LIBBZ2) $(LIB_KDECORE)
meinproc_LDADD = xslt_pure.o libkbzipfilter_dummy.la $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_KIO) $(LIBBZ2) $(LIB_TDECORE)
meinproc_SOURCES = meinproc.cpp
xslt_pure.o: xslt.cpp

@ -57,7 +57,7 @@ libkhtml_la_LIBADD = ./xml/libkhtmlxml.la ./html/libkhtmlhtml.la \
$(LIBTHAI) \
$(top_builddir)/tdeprint/libtdeprint.la \
$(top_builddir)/kutils/libkutils.la \
$(top_builddir)/kwallet/client/libkwalletclient.la $(top_builddir)/kjs/libkjs.la $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE) $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la $(LIBJPEG) $(LIB_X11)
$(top_builddir)/kwallet/client/libkwalletclient.la $(top_builddir)/kjs/libkjs.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la $(LIBJPEG) $(LIB_X11)
# init_libkhtml is in libkhtml.so; init_libkhtmlpart needs to be in the part
dummy.cpp: $(srcdir)/Makefile.am

@ -32,6 +32,6 @@ kjavaappletviewer_la_SOURCES= kjavaapplet.cpp kjavaappletcontext.cpp \
kjavadownloader.cpp kjavaappletviewer.cpp
kjavaappletviewer_la_LDFLAGS= $(all_libraries) -module $(KDE_PLUGIN)
kjavaappletviewer_la_LIBADD= $(LIB_KPARTS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la
kjavaappletviewer_la_LIBADD= $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KFILE) $(top_builddir)/dcop/libDCOP.la
kde_services_DATA= kjavaappletviewer.desktop

@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/khtml -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/
kde_module_LTLIBRARIES = libkmultipart.la
libkmultipart_la_SOURCES = kmultipart.cpp
libkmultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE) $(LIBZ)
libkmultipart_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE) $(LIBZ)
libkmultipart_la_DEPENDENCIES = $(LIB_KPARTS)
libkmultipart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)

@ -37,7 +37,7 @@ kimg_xview_la_LIBADD = $(LIB_QT)
kimg_eps_la_SOURCES = eps.cpp
kimg_eps_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries)
kimg_eps_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
kimg_eps_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
kimg_ico_la_SOURCES = ico.cpp
kimg_ico_la_LDFLAGS = -module $(KIMGIO_PLUGIN) -no-undefined $(all_libraries)

@ -131,9 +131,9 @@ tde_add_executable( ${target} AUTOMOC
set( target start_tdeinit )
if( KDEINIT_SETUID )
if( TDEINIT_SETUID )
set( _setuid SETUID )
endif( KDEINIT_SETUID )
endif( TDEINIT_SETUID )
tde_add_executable( ${target} ${_setuid}
SOURCES start_tdeinit.c

@ -15,7 +15,7 @@
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
INCLUDES = -I$(srcdir)/../libltdl/ $(all_includes) $(KDEINIT_XFT_INCLUDES)
INCLUDES = -I$(srcdir)/../libltdl/ $(all_includes) $(TDEINIT_XFT_INCLUDES)
SUBDIRS = . tests
@ -56,7 +56,7 @@ kwrapper_SOURCES = kwrapper.c
kwrapper_LDADD = $(LIBSOCKET)
klauncher_la_LDFLAGS = $(all_libraries) -module -avoid-version
klauncher_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
klauncher_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
klauncher_la_SOURCES = klauncher.cpp klauncher_main.cpp autostart.cpp
kstartupconfig_SOURCES = kstartupconfig.cpp
@ -64,7 +64,7 @@ kstartupconfig_LDADD = $(top_builddir)/tdecore/libtdefakes.la $(LIB_QT)
kdostartupconfig_SOURCES = kdostartupconfig.cpp
kdostartupconfig_LDFLAGS = $(KDE_MT_LDFLAGS) $(QT_LDFLAGS) $(X_LDFLAGS) $(USER_LDFLAGS) \
$(KDE_RPATH)
kdostartupconfig_LDADD = $(LIB_KDECORE)
kdostartupconfig_LDADD = $(LIB_TDECORE)
start_tdeinit_SOURCES = start_tdeinit.c
tdeinitpath = $(bindir)/tdeinit
@ -85,7 +85,7 @@ dummy.cpp:
echo > dummy.cpp
install-exec-hook:
@if test \${KDEINIT_SETUID} != 0; then \
@if test \${TDEINIT_SETUID} != 0; then \
(chown 0 $(DESTDIR)$(bindir)/start_tdeinit && chmod 4755 $(DESTDIR)$(bindir)/start_tdeinit) || echo "Please make start_tdeinit setuid root" ; \
fi

@ -1,6 +1,6 @@
KDEINIT_USE_XFT=1
TDEINIT_USE_XFT=1
dnl check if Qt is linked against Xft
KDE_CHECK_LIB(qt-mt,XftInit,[],[KDEINIT_USE_XFT=])
KDE_CHECK_LIB(qt-mt,XftInit,[],[TDEINIT_USE_XFT=])
dnl Xft requires freetype to compile
KDE_FIND_PATH(fontconfig-config, FONTCONFIG_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [ KDE_FIND_PATH(pkg-config, PKGCONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin], [AC_MSG_WARN([Could not find neither pkg-config nor fontconfig-config, check http://www.fontconfig.org/ ])
@ -12,7 +12,7 @@ if test -n "$PKGCONFIG"; then
if test -n "$vers" && test "$vers" -ge 1000000
then
FONTCONFIG_CFLAGS="`$PKGCONFIG fontconfig --cflags`"
KDEINIT_FONTCONFIG=1
TDEINIT_FONTCONFIG=1
fi
fi
@ -21,39 +21,39 @@ if test -n "$FONTCONFIG_CONFIG"; then
if test -n "$vers" && test "$vers" -ge 1000000
then
FONTCONFIG_CFLAGS="`$FONTCONFIG_CONFIG --cflags`"
KDEINIT_FONTCONFIG=1
TDEINIT_FONTCONFIG=1
fi
fi
KDE_FIND_PATH(freetype-config, KDEINIT_FREETYPE_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin])
if test -n "$KDEINIT_FREETYPE_CONFIG"; then
KDEINIT_XFT_INCLUDES="`$KDEINIT_FREETYPE_CONFIG --cflags` $FONTCONFIG_CFLAGS"
KDE_FIND_PATH(freetype-config, TDEINIT_FREETYPE_CONFIG, [${prefix}/bin ${exec_prefix}/bin /usr/bin /usr/local/bin /opt/local/bin])
if test -n "$TDEINIT_FREETYPE_CONFIG"; then
TDEINIT_XFT_INCLUDES="`$TDEINIT_FREETYPE_CONFIG --cflags` $FONTCONFIG_CFLAGS"
tdeinit_cppflags=$CPPFLAGS
CPPFLAGS="$CPPFLAGS $KDEINIT_XFT_INCLUDES $FONTCONFIG_CFLAGS"
KDE_CHECK_HEADER(X11/Xft/Xft.h,[],[KDEINIT_USE_XFT=])
CPPFLAGS="$CPPFLAGS $TDEINIT_XFT_INCLUDES $FONTCONFIG_CFLAGS"
KDE_CHECK_HEADER(X11/Xft/Xft.h,[],[TDEINIT_USE_XFT=])
CPPFLAGS=$tdeinit_cppflags
else
KDEINIT_USE_XFT=
TDEINIT_USE_XFT=
fi
if test -n "$KDEINIT_USE_XFT"; then
AC_DEFINE(KDEINIT_USE_XFT,1,[Use Xft preinitialization in tdeinit])
if test -n "$TDEINIT_USE_XFT"; then
AC_DEFINE(TDEINIT_USE_XFT,1,[Use Xft preinitialization in tdeinit])
fi
if test -n "$KDEINIT_FONTCONFIG"; then
AC_DEFINE(KDEINIT_USE_FONTCONFIG,1,[Use FontConfig in tdeinit])
if test -n "$TDEINIT_FONTCONFIG"; then
AC_DEFINE(TDEINIT_USE_FONTCONFIG,1,[Use FontConfig in tdeinit])
fi
AC_SUBST(KDEINIT_XFT_INCLUDES)
AC_SUBST(TDEINIT_XFT_INCLUDES)
AC_MSG_CHECKING(whether to make tdeinit setuid root in order to protect it from bad Linux OOM-killer)
tdeinit_setuid=
case $target_os in
linux*)
AC_MSG_RESULT(yes)
KDEINIT_SETUID=1
AC_DEFINE(KDEINIT_OOM_PROTECT,1,[Enable prevention against poor Linux OOM-killer])
TDEINIT_SETUID=1
AC_DEFINE(TDEINIT_OOM_PROTECT,1,[Enable prevention against poor Linux OOM-killer])
;;
*) AC_MSG_RESULT(no)
KDEINIT_SETUID=0
TDEINIT_SETUID=0
;;
esac
AC_SUBST(KDEINIT_SETUID)
AC_SUBST(TDEINIT_SETUID)

@ -97,7 +97,7 @@
# endif
#endif
#if defined(KDEINIT_USE_XFT) && defined(KDEINIT_USE_FONTCONFIG)
#if defined(TDEINIT_USE_XFT) && defined(TDEINIT_USE_FONTCONFIG)
#include <X11/Xft/Xft.h>
extern "C" FcBool XftInitFtLibrary (void);
#include <fontconfig/fontconfig.h>
@ -386,7 +386,7 @@ TQCString execpath_avoid_loops( const TQCString& exec, int envc, const char* env
return execpath;
}
#ifdef KDEINIT_OOM_PROTECT
#ifdef TDEINIT_OOM_PROTECT
static int oom_pipe = -1;
static void oom_protect_sighandler( int ) {
@ -892,7 +892,7 @@ static void init_tdeinit_socket()
{
fprintf(stderr, "tdeinit: Shutting down running client.\n");
klauncher_header request_header;
request_header.cmd = LAUNCHER_TERMINATE_KDEINIT;
request_header.cmd = LAUNCHER_TERMINATE_TDEINIT;
request_header.arg_length = 0;
write(s, &request_header, sizeof(request_header));
sleep(1); // Give it some time
@ -1298,7 +1298,7 @@ static void handle_launcher_request(int sock = -1)
tdeinit_xio_errhandler( 0L );
#endif
}
else if (request_header.cmd == LAUNCHER_TERMINATE_KDEINIT)
else if (request_header.cmd == LAUNCHER_TERMINATE_TDEINIT)
{
#ifndef NDEBUG
fprintf(stderr,"tdeinit: Killing tdeinit/klauncher.\n");
@ -1401,7 +1401,7 @@ static void handle_requests(pid_t waitForPid)
int sock = accept(d.wrapper, (struct sockaddr *)&client, &sClient);
if (sock >= 0)
{
#if defined(KDEINIT_USE_XFT) && defined(KDEINIT_USE_FONTCONFIG)
#if defined(TDEINIT_USE_XFT) && defined(TDEINIT_USE_FONTCONFIG)
if( FcGetVersion() < 20390 && !FcConfigUptoDate(NULL))
FcInitReinitialize();
#endif
@ -1422,7 +1422,7 @@ static void handle_requests(pid_t waitForPid)
int sock = accept(d.wrapper_old, (struct sockaddr *)&client, &sClient);
if (sock >= 0)
{
#if defined(KDEINIT_USE_XFT) && defined(KDEINIT_USE_FONTCONFIG)
#if defined(TDEINIT_USE_XFT) && defined(TDEINIT_USE_FONTCONFIG)
if( FcGetVersion() < 20390 && !FcConfigUptoDate(NULL))
FcInitReinitialize();
#endif
@ -1708,7 +1708,7 @@ int main(int argc, char **argv, char **envp)
keep_running = 0;
if (strcmp(safe_argv[i], "--new-startup") == 0)
new_startup = 1;
#ifdef KDEINIT_OOM_PROTECT
#ifdef TDEINIT_OOM_PROTECT
if (strcmp(safe_argv[i], "--oom-pipe") == 0 && i+1<argc)
oom_pipe = atol(argv[i+1]);
#endif
@ -1829,7 +1829,7 @@ int main(int argc, char **argv, char **envp)
#endif
{
#if defined(KDEINIT_USE_XFT) && defined(KDEINIT_USE_FONTCONFIG)
#if defined(TDEINIT_USE_XFT) && defined(TDEINIT_USE_FONTCONFIG)
if( FcGetVersion() < 20390 )
{
XftInit(0);
@ -1872,7 +1872,7 @@ int main(int argc, char **argv, char **envp)
handle_requests(pid);
}
else if (safe_argv[i][0] == '-'
#ifdef KDEINIT_OOM_PROTECT
#ifdef TDEINIT_OOM_PROTECT
|| isdigit(safe_argv[i][0])
#endif
)

@ -102,11 +102,11 @@ typedef struct
#define LAUNCHER_TERMINATE_KDE 7
/*
* LAUNCHER_TERMINATE_KDEINIT
* LAUNCHER_TERMINATE_TDEINIT
*
* Suicide is painless
*/
#define LAUNCHER_TERMINATE_KDEINIT 8
#define LAUNCHER_TERMINATE_TDEINIT 8
#define LAUNCHER_DEBUG_WAIT 9
/*

@ -27,7 +27,7 @@
#include <string.h>
#include <unistd.h>
#ifdef KDEINIT_OOM_PROTECT
#ifdef TDEINIT_OOM_PROTECT
/*
Prevent getting killed by bad heuristic in Linux OOM-killer.

@ -23,7 +23,7 @@
#include <string.h>
#include <unistd.h>
#ifdef KDEINIT_OOM_PROTECT
#ifdef TDEINIT_OOM_PROTECT
/*
The start_tdeinit wrapper is setuid, which means some shell variables like LD_LIBRARY_PATH

@ -32,7 +32,7 @@ libkio_la_LIBADD = kssl/libkssl.la kio/libkiocore.la \
kio/libksycoca.la bookmarks/libkbookmarks.la kfile/libkfile.la \
../tdeui/libtdeui.la ../tdesu/libtdesu.la \
../kwallet/client/libkwalletclient.la \
$(LIBZ) $(LIBFAM) $(LIBVOLMGT) $(ACL_LIBS) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
$(LIBZ) $(LIBFAM) $(LIBVOLMGT) $(ACL_LIBS) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kde_mime_DATA = magic
kde_servicetypes_DATA = application.desktop kurifilterplugin.desktop \

@ -17,7 +17,7 @@
Boston, MA 02110-1301, USA.
*/
#ifdef MAKE_KDECORE_LIB //needed for proper linkage (win32)
#ifdef MAKE_TDECORE_LIB //needed for proper linkage (win32)
#undef KIO_EXPORT
#define KIO_EXPORT KDE_EXPORT
#endif
@ -32,7 +32,7 @@
KProtocolInfo* KProtocolInfo::findProtocol(const KURL &url)
{
#ifdef MAKE_KDECORE_LIB
#ifdef MAKE_TDECORE_LIB
return 0;
#else
TQString protocol = url.protocol();

@ -97,7 +97,7 @@ public:
* the whole URL.
*/
static bool isKnownProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_KDECORE
#ifdef KPROTOCOLINFO_TDECORE
KDE_WEAK_SYMBOL
#endif
;
@ -226,7 +226,7 @@ public:
* the whole URL.
*/
static bool isHelperProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_KDECORE
#ifdef KPROTOCOLINFO_TDECORE
KDE_WEAK_SYMBOL
#endif
;
@ -254,7 +254,7 @@ public:
* the whole URL.
*/
static bool isFilterProtocol( const TQString& protocol )
#ifdef KPROTOCOLINFO_KDECORE
#ifdef KPROTOCOLINFO_TDECORE
KDE_WEAK_SYMBOL
#endif
;

@ -3,7 +3,7 @@ AM_CPPFLAGS = $(all_includes)
bin_PROGRAMS = kioexec
kioexec_SOURCES = main.cpp
kioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kioexec_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kioexec_LDADD = $(LIB_KIO)
noinst_HEADERS = main.h

@ -10,6 +10,6 @@ kde_module_LTLIBRARIES = kded_kpasswdserver.la
kded_kpasswdserver_la_SOURCES = kpasswdserver.cpp kpasswdserver.skel
kded_kpasswdserver_la_METASOURCES = AUTO
kded_kpasswdserver_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kpasswdserver_la_LIBADD = $(top_builddir)/kwallet/client/libkwalletclient.la $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kded_kpasswdserver_la_LIBADD = $(top_builddir)/kwallet/client/libkwalletclient.la $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
include $(top_srcdir)/admin/Doxyfile.am

@ -29,7 +29,7 @@ bin_PROGRAMS = kmailservice ktelnetservice
observer_DIR = $(top_srcdir)/kio/kio
kio_uiserver_la_SOURCES = uiserver.cpp uiserver.skel observer.stub
kio_uiserver_la_LIBADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE)
kio_uiserver_la_LIBADD = $(LIB_KIO) $(LIB_TDEUI) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kio_uiserver_la_LDFLAGS = $(all_libraries) -module -avoid-version
METASOURCES = AUTO
@ -37,12 +37,12 @@ METASOURCES = AUTO
kde_services_DATA = kio_uiserver.desktop
kmailservice_SOURCES = kmailservice.cpp
kmailservice_LDADD = $(LIB_KDECORE)
kmailservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kmailservice_LDADD = $(LIB_TDECORE)
kmailservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ktelnetservice_SOURCES = ktelnetservice.cpp
ktelnetservice_LDADD = $(LIB_KDEUI)
ktelnetservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ktelnetservice_LDADD = $(LIB_TDEUI)
ktelnetservice_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
protocol_DATA = kmailservice.protocol telnet.protocol rlogin.protocol rtsp.protocol ssh.protocol \
mms.protocol mmst.protocol mmsu.protocol pnm.protocol rtspt.protocol rtspu.protocol

@ -5,6 +5,6 @@ INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio/kio $(all_includes)
bin_PROGRAMS = kfile
kfile_SOURCES = fileprops.cpp
kfile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kfile_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kfile_LDADD = $(LIB_KIO)

@ -8,5 +8,5 @@ kntlminclude_HEADERS = kntlm.h
libkntlm_la_SOURCES = kntlm.cpp des.cpp
libkntlm_la_LDFLAGS = $(all_libraries) -version-info 0:0:0 -no-undefined
libkntlm_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
libkntlm_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)

@ -11,7 +11,7 @@ kded_proxyscout_la_SOURCES = proxyscout.skel proxyscout.cpp script.cpp \
downloader.cpp discovery.cpp
kded_proxyscout_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_proxyscout_la_LIBADD = $(LIB_KIO) $(top_builddir)/kjs/libkjs.la $(LIB_KDED) $(LIB_QT) \
$(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIBRESOLV)
$(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIBRESOLV)
kpac_dhcp_helper_SOURCES = kpac_dhcp_helper.c
kpac_dhcp_helper_CFLAGS = $(KDE_USE_FPIE)

@ -20,7 +20,7 @@ bin_PROGRAMS = ksendbugmail
INCLUDES= -I$(srcdir)/.. $(all_includes)
ksendbugmail_SOURCES = main.cpp smtp.cpp
ksendbugmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ksendbugmail_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ksendbugmail_LDADD = ../../libkio.la
METASOURCES = AUTO

@ -21,7 +21,7 @@ INCLUDES= -I$(srcdir)/.. -I$(top_srcdir) $(SSL_INCLUDES) -I$(top_srcdir)/kio/kss
kde_module_LTLIBRARIES = kded_kssld.la
kded_kssld_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kssld_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE)
kded_kssld_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kded_kssld_la_SOURCES = kssld.cpp kssld.skel
METASOURCES = AUTO

@ -21,7 +21,7 @@ INCLUDES= -I$(srcdir)/.. -I$(top_srcdir) -I$(top_srcdir)/kwallet/backend -I$(top
kde_module_LTLIBRARIES = kded_kwalletd.la
kded_kwalletd_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kwalletd_la_LIBADD = $(LIB_KIO) ../../../kwallet/backend/libkwalletbackend.la ../../../kwallet/client/libkwalletclient.la $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KDEUI)
kded_kwalletd_la_LIBADD = $(LIB_KIO) ../../../kwallet/backend/libkwalletbackend.la ../../../kwallet/client/libkwalletclient.la $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_TDEUI)
kded_kwalletd_la_SOURCES = kwalletd.cpp kwalletd.skel ktimeout.cpp kwalletwizard.ui kbetterthankdialogbase.ui
METASOURCES = AUTO

@ -8,5 +8,5 @@ tdesaslinclude_HEADERS = tdesasl.h
libtdesasl_la_SOURCES = tdesasl.cpp
libtdesasl_la_LDFLAGS = $(all_libraries) -version-info 3:0:2 -no-undefined
libtdesasl_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
libtdesasl_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)

@ -17,8 +17,8 @@
Boston, MA 02110-1301, USA.
*/
#ifndef KDESASL_H
#define KDESASL_H
#ifndef TDESASL_H
#define TDESASL_H
#include <tqstring.h>

@ -18,7 +18,7 @@
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/kio $(all_includes)
LDADD = $(LIB_KIO)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
check_PROGRAMS = ksycocatest getalltest kruntest ktartest kziptest\
kioslavetest kdirwatchtest kshredtest speed kurifiltertest \

@ -4,7 +4,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = kbzip2filter.la
kbzip2filter_la_SOURCES = kbzip2filter.cpp
kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_KDECORE)
kbzip2filter_la_LIBADD = $(LIB_KIO) $(LIBBZ2) $(LIB_QT) $(LIB_TDECORE)
kbzip2filter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kde_services_DATA = kbzip2filter.desktop

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
kde_module_LTLIBRARIES = kio_file.la
kio_file_la_SOURCES = file.cc
kio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(ACL_LIBS)
kio_file_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(ACL_LIBS)
kio_file_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(top_builddir)/dcop/libDCOP.la
noinst_HEADERS = file.h

@ -5,7 +5,7 @@ INCLUDES= $(all_includes)
kde_module_LTLIBRARIES = kio_ftp.la
kio_ftp_la_SOURCES = ftp.cc
kio_ftp_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE)
kio_ftp_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
kio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = ftp.h

@ -1,11 +1,11 @@
INCLUDES = -I$(top_srcdir)/kio $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
kde_module_LTLIBRARIES = kgzipfilter.la
kgzipfilter_la_SOURCES = kgzipfilter.cpp
kgzipfilter_la_LIBADD = $(LIB_KIO) $(LIBZ) $(LIB_QT) $(LIB_KDECORE)
kgzipfilter_la_LIBADD = $(LIB_KIO) $(LIBZ) $(LIB_QT) $(LIB_TDECORE)
kgzipfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
kde_services_DATA = kgzipfilter.desktop

@ -15,11 +15,11 @@ kde_module_LTLIBRARIES = kio_http.la
kio_http_la_SOURCES = http.cc
kio_http_la_METASOURCES = AUTO
kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_KDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kio/misc/kntlm/libkntlm.la
kio_http_la_LIBADD = $(LIB_KIO) $(top_builddir)/kio/httpfilter/libhttpfilter.la $(LIB_QT) $(LIB_TDECORE) $(LIBZ) $(top_builddir)/dcop/libDCOP.la $(top_builddir)/kio/misc/kntlm/libkntlm.la
kio_http_la_LDFLAGS = $(all_libraries) $(GSSAPI_RPATH) -module $(KDE_PLUGIN) $(GSSAPI_LIBS)
kio_http_cache_cleaner_la_SOURCES = http_cache_cleaner.cpp
kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la
kio_http_cache_cleaner_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
kio_http_cache_cleaner_la_LDFLAGS = -module -avoid-version
noinst_HEADERS = http.h

@ -13,12 +13,12 @@ kde_module_LTLIBRARIES = kded_kcookiejar.la
kcookiejar_la_SOURCES = main.cpp
METASOURCES = AUTO
kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version
kcookiejar_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
kcookiejar_la_LIBADD = $(LIB_TDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
kded_kcookiejar_la_SOURCES = kcookiejar.cpp kcookieserver.cpp \
kcookieserver.skel kcookiewin.cpp
kded_kcookiejar_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kcookiejar_la_LIBADD = $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_X11) $(LIB_KDEUI) $(top_builddir)/kded/libtdeinit_kded.la
kded_kcookiejar_la_LIBADD = $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_X11) $(LIB_TDEUI) $(top_builddir)/kded/libtdeinit_kded.la
kded_DATA = kcookiejar.desktop
kdeddir = $(kde_servicesdir)/kded

@ -9,7 +9,7 @@ check_PROGRAMS = kcookiejartest
kcookiejartest_SOURCES = kcookiejartest.cpp
kcookiejartest_LDADD = $(LIB_KIO)
kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kcookiejartest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
check-local: kcookiejartest
./kcookiejartest $(srcdir)/cookie.test

@ -9,7 +9,7 @@ INCLUDES = $(all_includes)
kio_iso_la_METASOURCES=AUTO
kio_iso_la_SOURCES = kisodirectory.cpp kisofile.cpp qfilehack.cpp kiso.cpp iso.cpp
kio_iso_la_LIBADD = libisofs/libisofs.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KIO)
kio_iso_la_LIBADD = libisofs/libisofs.la $(LIB_QT) $(LIB_TDECORE) $(LIB_KIO)
kio_iso_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)

@ -2,13 +2,13 @@
## Makefile.am of kdebase/kioslave/metainfo
INCLUDES = $(all_includes)
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
METASOURCES = AUTO
kde_module_LTLIBRARIES = kio_metainfo.la
kio_metainfo_la_SOURCES = metainfo.cpp
kio_metainfo_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE)
kio_metainfo_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
kio_metainfo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = metainfo.h

@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/kmdi/res -I$(top_srcdir)/kutils -I$(top_srcdir) -I$(t
lib_LTLIBRARIES = libkmdi.la
libkmdi_la_LDFLAGS = $(all_libraries) -version-info 1:0
libkmdi_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kutils/libkutils.la $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE) $(LIB_X11)
libkmdi_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kutils/libkutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) $(LIB_X11)
libkmdi_la_SOURCES = kmdichildarea.cpp kmdichildfrm.cpp kmdichildfrmcaption.cpp \
kmdichildview.cpp kmdimainfrm.cpp kmditaskbar.cpp kmdidockcontainer.cpp \

@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/kutils -I$(top_srcdir) -I$(top_srcdir)/kmdi $(all_inc
lib_LTLIBRARIES = libkmdi2.la
libkmdi2_la_LDFLAGS = $(all_libraries) -version-info 1:0
libkmdi2_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kutils/libkutils.la $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE)
libkmdi2_la_LIBADD = $(LIB_KPARTS) $(top_builddir)/kutils/libkutils.la $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
libkmdi2_la_SOURCES = mainwindow.cpp dockcontainer.cpp toolviewaccessor.cpp guiclient.cpp tabwidget.cpp

@ -5,24 +5,24 @@ METASOURCES = AUTO
lib_LTLIBRARIES = libknewstuff.la
libknewstuff_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0
libknewstuff_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
libknewstuff_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
libknewstuff_la_SOURCES = engine.cpp entry.cpp downloaddialog.cpp \
uploaddialog.cpp providerdialog.cpp provider.cpp knewstuff.cpp \
knewstuffgeneric.cpp knewstuffbutton.cpp knewstuffsecure.cpp security.cpp
bin_PROGRAMS = khotnewstuff
khotnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
khotnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
khotnewstuff_LDADD = libknewstuff.la
khotnewstuff_SOURCES = khotnewstuff.cpp
EXTRA_PROGRAMS = testnewstuff ghns
testnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testnewstuff_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testnewstuff_LDADD = libknewstuff.la
testnewstuff_SOURCES = testnewstuff.cpp
ghns_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ghns_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ghns_LDADD = libknewstuff.la
ghns_SOURCES = ghns.cpp

@ -5,7 +5,7 @@ AM_LDFLAGS = $(LDFLAGS_AS_NEEDED)
INCLUDES= -I$(srcdir)/../ -I$(top_srcdir)/kio/ -I$(top_srcdir)/libltdl \
-I$(top_srcdir)/kfile $(all_includes)
libkparts_la_LDFLAGS = $(KDE_MT_LDFLAGS) -version-info 3:0:1 -no-undefined
libkparts_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(top_builddir)/dcop/libDCOP.la
libkparts_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(top_builddir)/dcop/libDCOP.la
check-local:
(cd tests && $(MAKE) check )

@ -15,7 +15,7 @@ libkresources_la_SOURCES = resource.cpp \
configpage.cpp
libkresources_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
libkresources_la_LIBADD = $(LIB_KDEUI) $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE)
libkresources_la_LIBADD = $(LIB_TDEUI) $(LIB_KIO) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE)
kresincludedir = $(includedir)/kresources
kresinclude_HEADERS = resource.h \
@ -32,12 +32,12 @@ kde_module_LTLIBRARIES = kcm_kresources.la
kcm_kresources_la_SOURCES = kcmkresources.cpp
kcm_kresources_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_kresources_la_LIBADD = libkresources.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
kcm_kresources_la_LIBADD = libkresources.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
check_PROGRAMS = testresources
testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testresources_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
testresources_LDADD = libkresources.la
testresources_SOURCES = testresources.cpp

@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kspell_aspell.la
kspell_aspell_la_SOURCES = kspell_aspellclient.cpp kspell_aspelldict.cpp
kspell_aspell_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN)
kspell_aspell_la_LIBADD = ../../ui/libkspell2.la -laspell $(LIB_QT) $(LIB_KDECORE)
kspell_aspell_la_LIBADD = ../../ui/libkspell2.la -laspell $(LIB_QT) $(LIB_TDECORE)
service_DATA = kspell_aspell.desktop
servicedir = $(kde_servicesdir)

@ -11,7 +11,7 @@ kde_module_LTLIBRARIES = kspell_hspell.la
kspell_hspell_la_SOURCES = kspell_hspellclient.cpp kspell_hspelldict.cpp
kspell_hspell_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN)
kspell_hspell_la_LIBADD = ../../ui/libkspell2.la -lhspell -lz $(LIB_QT) $(LIB_KDECORE)
kspell_hspell_la_LIBADD = ../../ui/libkspell2.la -lhspell -lz $(LIB_QT) $(LIB_TDECORE)
service_DATA = kspell_hspell.desktop
servicedir = $(kde_servicesdir)

@ -18,7 +18,7 @@ kspell_ispell_la_SOURCES = kspell_ispellclient.cpp kspell_ispelldict.cpp \
ispell_checker.cpp
kspell_ispell_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN)
kspell_ispell_la_LIBADD = ../../ui/libkspell2.la $(LIB_QT) $(LIB_KDECORE)
kspell_ispell_la_LIBADD = ../../ui/libkspell2.la $(LIB_QT) $(LIB_TDECORE)
service_DATA = kspell_ispell.desktop
servicedir = $(kde_servicesdir)

@ -6,19 +6,19 @@ check_PROGRAMS = test test_filter backgroundtest \
test_dialog test_highlighter test_configdialog
test_SOURCES = test.cpp
test_LDADD = ../ui/libkspell2.la $(LIB_KDECORE)
test_LDADD = ../ui/libkspell2.la $(LIB_TDECORE)
test_filter_SOURCES = test_filter.cpp
test_filter_LDADD = ../ui/libkspell2.la $(LIB_KDECORE)
test_filter_LDADD = ../ui/libkspell2.la $(LIB_TDECORE)
backgroundtest_SOURCES = backgroundtest.cpp
backgroundtest_LDADD = ../ui/libkspell2.la $(LIB_KDECORE)
backgroundtest_LDADD = ../ui/libkspell2.la $(LIB_TDECORE)
test_dialog_SOURCES = test_dialog.cpp
test_dialog_LDADD = ../ui/libkspell2.la $(LIB_KDECORE)
test_dialog_LDADD = ../ui/libkspell2.la $(LIB_TDECORE)
test_highlighter_SOURCES = test_highlighter.cpp
test_highlighter_LDADD = ../ui/libkspell2_noinst.la ../libkspell2base.la $(LIB_KDECORE) $(LIB_KPARTS) ../../kutils/libkutils.la
test_highlighter_LDADD = ../ui/libkspell2_noinst.la ../libkspell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../kutils/libkutils.la
test_configdialog_SOURCES = test_configdialog.cpp
test_configdialog_LDADD = ../ui/libkspell2_noinst.la ../libkspell2base.la $(LIB_KDECORE) $(LIB_KPARTS) ../../kutils/libkutils.la
test_configdialog_LDADD = ../ui/libkspell2_noinst.la ../libkspell2base.la $(LIB_TDECORE) $(LIB_KPARTS) ../../kutils/libkutils.la

@ -18,4 +18,4 @@ dialog.lo: kspell2ui.h
libkspell2_la_SOURCES = dialog.cpp
libkspell2_la_LDFLAGS = -no-undefined -version-info 1:0:0 $(all_libraries)
libkspell2_la_LIBADD = libkspell2_noinst.la ../libkspell2base.la ../../kutils/libkutils.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_KFILE)
libkspell2_la_LIBADD = libkspell2_noinst.la ../libkspell2base.la ../../kutils/libkutils.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KFILE)

@ -3,7 +3,7 @@ INCLUDES = $(all_includes)
noinst_HEADERS = highcontrastconfig.h
kde_module_LTLIBRARIES = kstyle_highcontrast_config.la
kstyle_highcontrast_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_highcontrast_config_la_LIBADD = $(LIB_QT) $(LIB_KDECORE)
kstyle_highcontrast_config_la_LIBADD = $(LIB_QT) $(LIB_TDECORE)
kstyle_highcontrast_config_la_SOURCES = highcontrastconfig.cpp
kstyle_highcontrast_config_la_METASOURCES = AUTO

@ -15,7 +15,7 @@ noinst_PROGRAMS = genembed
genembed_SOURCES = genembed.cpp
genembed_LDADD = ../../tdefx/libtdefx.la
genembed_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
genembed_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
pixmaps.keramik: pics/checkbox-off.png pics/checkbox-on.png pics/combobox-list-bc.png\
pics/combobox-list-bl.png pics/combobox-list-br.png pics/combobox-list-cl.png pics/combobox-list-cr.png\

@ -3,6 +3,6 @@ INCLUDES= $(all_includes)
noinst_HEADERS = klegacystyle.h
lib_LTLIBRARIES = klegacystyle.la
klegacystyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
klegacystyle_la_LIBADD = $(LIB_KDECORE)
klegacystyle_la_LIBADD = $(LIB_TDECORE)
klegacystyle_la_SOURCES = klegacystyle.cpp plugin.cpp
klegacystyle_la_METASOURCES = AUTO

@ -3,7 +3,7 @@ INCLUDES = $(all_includes)
noinst_HEADERS = plastikconf.h
kde_module_LTLIBRARIES = kstyle_plastik_config.la
kstyle_plastik_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module
kstyle_plastik_config_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE)
kstyle_plastik_config_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
kstyle_plastik_config_la_SOURCES = plastikconf.cpp
kstyle_plastik_config_la_METASOURCES = AUTO

@ -10,9 +10,9 @@ bin_PROGRAMS = kinstalltheme
kinstalltheme_SOURCES = main.cpp
# the library search path.
kinstalltheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kinstalltheme_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
# the libraries to link against. Be aware of the order. First the libraries,
# that depend on the following ones.
kinstalltheme_LDADD = $(LIB_QT) $(LIB_KDECORE)
kinstalltheme_LDADD = $(LIB_QT) $(LIB_TDECORE)

@ -1,7 +1,7 @@
INCLUDES = $(all_includes)
lib_LTLIBRARIES = webstyle.la
webstyle_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
webstyle_la_LIBADD = $(LIB_KDEUI)
webstyle_la_LIBADD = $(LIB_TDEUI)
webstyle_la_SOURCES = webstyle.cpp plugin.cpp
noinst_HEADERS = webstyle.h

@ -4,14 +4,14 @@ METASOURCES = AUTO
lib_LTLIBRARIES = libkunittest.la
libkunittest_la_SOURCES = runner.cpp tester.cpp
libkunittest_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 1:0:0
libkunittest_la_LIBADD = $(LIB_KDECORE) $(LIB_QT)
libkunittest_la_LIBADD = $(LIB_TDECORE) $(LIB_QT)
libkunittestinclude_HEADERS = runner.h tester.h module.h
libkunittestincludedir = $(includedir)/kunittest
bin_PROGRAMS = kunittestmodrunner
kunittestmodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kunittestmodrunner_LDADD = libkunittest.la $(LIB_KDECORE)
kunittestmodrunner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kunittestmodrunner_LDADD = libkunittest.la $(LIB_TDECORE)
kunittestmodrunner_SOURCES = modrunner.cpp
# The check_ target makes sure we don't install the modules,

@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/interfaces/kregexpeditor $(all_includes)
lib_LTLIBRARIES = libkutils.la
libkutils_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:0:2
# Needs KTrader
libkutils_la_LIBADD = ../kio/libkio.la ksettings/libksettings.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_X11)
libkutils_la_LIBADD = ../kio/libkio.la ksettings/libksettings.la $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_X11)
libkutils_la_SOURCES = kfind.cpp kfinddialog.cpp kreplace.cpp \
kreplacedialog.cpp kcmoduleinfo.cpp kcmoduleloader.cpp \

@ -4,7 +4,7 @@ INCLUDES= -I$(srcdir) $(all_includes)
lib_LTLIBRARIES = libkwalletclient.la
libkwalletclient_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:1 -no-undefined
libkwalletclient_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
libkwalletclient_la_LIBADD = $(LIB_TDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
libkwalletclient_la_SOURCES = kwallet.skel \
kwallet.cc

@ -6,15 +6,15 @@ check_PROGRAMS = kwalletasync kwalletsync kwalletboth
kwalletasync_SOURCES = kwalletasync.cpp kwallettest.cpp
kwalletasync_LDFLAGS = -no-undefined $(KDE_RPATH) $(all_libraries)
kwalletasync_LDADD = $(top_builddir)/kwallet/client/libkwalletclient.la \
$(LIB_KDECORE) $(LIB_QT)
$(LIB_TDECORE) $(LIB_QT)
kwalletsync_SOURCES = kwalletsync.cpp
kwalletsync_LDFLAGS = -no-undefined $(KDE_RPATH) $(all_libraries)
kwalletsync_LDADD = $(top_builddir)/kwallet/client/libkwalletclient.la \
$(LIB_KDECORE) $(LIB_QT)
$(LIB_TDECORE) $(LIB_QT)
kwalletboth_SOURCES = kwalletboth.cpp kwallettest.cpp
kwalletboth_LDFLAGS = -no-undefined $(KDE_RPATH) $(all_libraries)
kwalletboth_LDADD = $(top_builddir)/kwallet/client/libkwalletclient.la \
$(LIB_KDECORE) $(LIB_QT)
$(LIB_TDECORE) $(LIB_QT)
INCLUDES = -I$(top_srcdir)/kwallet/client

@ -1,6 +1,6 @@
lib_LTLIBRARIES = libkscreensaver.la
libkscreensaver_la_SOURCES = main.cpp kscreensaver.cpp
libkscreensaver_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_X11)
libkscreensaver_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_X11)
if undefined_symbols_allowed
libkscreensaver_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info 6:0:2
else

@ -7,18 +7,18 @@ INCLUDES = -I$(top_srcdir)/kded -I$(top_srcdir) $(all_includes)
kde_module_LTLIBRARIES = kded_networkstatus.la
lib_LTLIBRARIES = libnetworkstatus.la libconnectionmanager.la
libnetworkstatus_la_LIBADD = $(LIB_KDECORE)
libnetworkstatus_la_LIBADD = $(LIB_TDECORE)
libnetworkstatus_la_LDFLAGS = $(all_libraries)
libnetworkstatus_la_SOURCES = networkstatuscommon.cpp
libconnectionmanager_la_LIBADD = $(LIB_KDECORE)
libconnectionmanager_la_LIBADD = $(LIB_TDECORE)
libconnectionmanager_la_LDFLAGS = $(all_libraries)
libconnectionmanager_la_SOURCES = connectionmanager.cpp networkstatusindicator.cpp connectionmanager.skel clientiface.stub networkstatusiface.stub
kded_networkstatus_la_SOURCES = networkstatus.cpp networkstatus.skel \
clientiface.skel serviceiface.skel network.cpp
#kclientiface.skel serviceiface.skel
kded_networkstatus_la_LIBADD = $(LIB_KDECORE) $(LIB_KIO) ./libnetworkstatus.la
kded_networkstatus_la_LIBADD = $(LIB_TDECORE) $(LIB_KIO) ./libnetworkstatus.la
kded_networkstatus_la_LDFLAGS = $(all_libraries) -module -avoid-version
servicesdir = $(kde_servicesdir)/kded

@ -9,8 +9,8 @@ endif
bin_PROGRAMS = $(KSVGTOPNG)
ksvgtopng_SOURCES = ksvgtopng.cpp
ksvgtopng_LDADD = $(LIB_KDECORE) $(top_builddir)/tdecore/svgicons/libkdesvgicons.la
ksvgtopng_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
ksvgtopng_LDADD = $(LIB_TDECORE) $(top_builddir)/tdecore/svgicons/libkdesvgicons.la
ksvgtopng_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
install-data-local:
-rm -f $(DESTDIR)$(kde_icondir)/default.kde

@ -42,7 +42,7 @@
#include <stdlib.h>
#include <unistd.h>
KDECORE_EXPORT int setenv(const char *name, const char *value, int overwrite) {
TDECORE_EXPORT int setenv(const char *name, const char *value, int overwrite) {
int i;
char * a;
@ -75,7 +75,7 @@ KDECORE_EXPORT int setenv(const char *name, const char *value, int overwrite) {
extern char ** environ;
#endif
KDECORE_EXPORT void unsetenv (name)
TDECORE_EXPORT void unsetenv (name)
const char *name;
{
size_t len;
@ -186,7 +186,7 @@ int seteuid(uid_t euid)
Returns a file descriptor open on the file for reading and writing. */
KDECORE_EXPORT int mkstemps (char* _template, int suffix_len)
TDECORE_EXPORT int mkstemps (char* _template, int suffix_len)
{
static const char letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
char *XXXXXX;
@ -238,7 +238,7 @@ KDECORE_EXPORT int mkstemps (char* _template, int suffix_len)
#endif /* !HAVE_MKSTEMPS */
#ifndef HAVE_MKSTEMP
KDECORE_EXPORT int mkstemp (char* _template)
TDECORE_EXPORT int mkstemp (char* _template)
{
return mkstemps( _template, 0 );
}
@ -265,7 +265,7 @@ KDECORE_EXPORT int mkstemp (char* _template)
Returns a file descriptor open on the file for reading and writing. */
KDECORE_EXPORT char* mkdtemp (char* _template)
TDECORE_EXPORT char* mkdtemp (char* _template)
{
static const char letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
char *XXXXXX;
@ -315,7 +315,7 @@ KDECORE_EXPORT char* mkdtemp (char* _template)
#ifndef ENOTSUP
#define ENOTSUP 134 /* Not supported */
#endif
KDECORE_EXPORT int revoke(const char *tty)
TDECORE_EXPORT int revoke(const char *tty)
{
errno = ENOTSUP;
return -1;
@ -324,7 +324,7 @@ KDECORE_EXPORT int revoke(const char *tty)
#ifndef HAVE_STRLCPY
#include <string.h>
KDECORE_EXPORT unsigned long strlcpy(char* d, const char* s, unsigned long bufsize)
TDECORE_EXPORT unsigned long strlcpy(char* d, const char* s, unsigned long bufsize)
{
unsigned long len, ret = strlen(s);
@ -343,7 +343,7 @@ KDECORE_EXPORT unsigned long strlcpy(char* d, const char* s, unsigned long bufsi
#ifndef HAVE_STRLCAT
#include <string.h>
KDECORE_EXPORT unsigned long strlcat(char* d, const char* s, unsigned long bufsize)
TDECORE_EXPORT unsigned long strlcat(char* d, const char* s, unsigned long bufsize)
{
char *cp;
unsigned long ret, len1, len2 = strlen(s);

@ -51,7 +51,7 @@ class KAboutDataPrivate;
* KCmdLineArgs::init(argc, argv, &about);
* \endcode
*/
class KDECORE_EXPORT KAboutPerson
class TDECORE_EXPORT KAboutPerson
{
public:
/**
@ -131,7 +131,7 @@ class KAboutTranslatorPrivate;
* translator information is generated dynamically from the translation
* of a dummy string.
*/
class KDECORE_EXPORT KAboutTranslator
class TDECORE_EXPORT KAboutTranslator
{
public:
/**
@ -179,7 +179,7 @@ private:
* classes.
* @author Espen Sand (espen@kde.org), David Faure (faure@kde.org)
*/
class KDECORE_EXPORT KAboutData
class TDECORE_EXPORT KAboutData
{
public:
/**

@ -90,7 +90,7 @@ class KAccelPrivate;
* @see KKeyDialog
*/
class KDECORE_EXPORT KAccel : public TQAccel
class TDECORE_EXPORT KAccel : public TQAccel
{
Q_OBJECT
public:

@ -69,7 +69,7 @@ class KConfigBase;
* @see KKeyChooser
* @see KKeyDialog
*/
class KDECORE_EXPORT KAccelAction
class TDECORE_EXPORT KAccelAction
{
public:
/**
@ -366,7 +366,7 @@ class KDECORE_EXPORT KAccelAction
* @short A collection of accelerator actions
* @see KAccelAction
*/
class KDECORE_EXPORT KAccelActions
class TDECORE_EXPORT KAccelActions
{
public:
/**

@ -118,7 +118,7 @@ class TQWidget;
* @short Configurable key binding support.
*/
class KDECORE_EXPORT KAccelBase
class TDECORE_EXPORT KAccelBase
{
public:
/** Initialization mode of the KAccelBase, used in constructor. */

@ -37,7 +37,7 @@ class TQString;
* @since 3.1
*/
class KDECORE_EXPORT KAcceleratorManager
class TDECORE_EXPORT KAcceleratorManager
{
public:

@ -9,7 +9,7 @@ class KAccelAction;
/**
* @internal
*/
class KDECORE_EXPORT KAccelPrivate : public TQObject, public KAccelBase
class TDECORE_EXPORT KAccelPrivate : public TQObject, public KAccelBase
{
Q_OBJECT
public:

@ -43,7 +43,7 @@ class KZoneAllocatorPrivate;
* memory though.
* @author Waldo Bastian <bastian@kde.org>, Michael Matz <matz@kde.org>
*/
class KDECORE_EXPORT KZoneAllocator
class TDECORE_EXPORT KZoneAllocator
{
public:
/**

@ -34,7 +34,7 @@ dcop interface to all KDE applications that use it.
@short DCOP interface to KApplication.
@author Ian Reinhart Geiser <geiseri@yahoo.com>
*/
class KDECORE_EXPORT KAppDCOPInterface : virtual public DCOPObject
class TDECORE_EXPORT KAppDCOPInterface : virtual public DCOPObject
{
K_DCOP

@ -200,7 +200,7 @@ static int x11_error(Display *dpy, XErrorEvent *ev) {
// duplicated from patched Qt, so that there won't be unresolved symbols if Qt gets
// replaced by unpatched one
KDECORE_EXPORT bool qt_qclipboard_bailout_hack = false;
TDECORE_EXPORT bool qt_qclipboard_bailout_hack = false;
template class TQPtrList<KSessionManaged>;

@ -93,7 +93,7 @@ class KApplicationPrivate;
* @short Controls and provides information to all KDE applications.
* @author Matthias Kalle Dalheimer <kalle@kde.org>
*/
class KDECORE_EXPORT KApplication : public TQApplication, public KInstance
class TDECORE_EXPORT KApplication : public TQApplication, public KInstance
{
Q_OBJECT
@ -1562,7 +1562,7 @@ private:
* @param mode The access mode, as in the access() system call.
* @return Whether the access is allowed, true = Access allowed
*/
KDECORE_EXPORT bool checkAccess(const TQString& pathname, int mode);
TDECORE_EXPORT bool checkAccess(const TQString& pathname, int mode);
class KSessionManagedPrivate;
@ -1582,7 +1582,7 @@ class KSessionManagedPrivate;
@short Highlevel access to session management.
@author Matthias Ettrich <ettrich@kde.org>
*/
class KDECORE_EXPORT KSessionManaged
class TDECORE_EXPORT KSessionManaged
{
public:
KSessionManaged();

@ -39,7 +39,7 @@ class KAsyncIOPrivate;
* @author Thiago Macieira <thiago.macieira@kdemail.net>
* @short Asynchronous I/O support
*/
class KDECORE_EXPORT KAsyncIO:
class TDECORE_EXPORT KAsyncIO:
#ifdef USE_QT4
#else // USE_QT4
public TQObject,

@ -53,7 +53,7 @@ class KAudioPlayerPrivate;
*
*/
//REVISED: hausmann
class KDECORE_EXPORT KAudioPlayer : public TQObject {
class TDECORE_EXPORT KAudioPlayer : public TQObject {
Q_OBJECT
public:
/**

@ -53,7 +53,7 @@ class KBufferedIOPrivate;
* @author Thiago Macieira <thiagom@mail.com>
* @short Buffered I/O
*/
class KDECORE_EXPORT KBufferedIO: public KAsyncIO
class TDECORE_EXPORT KBufferedIO: public KAsyncIO
{
Q_OBJECT
TQ_OBJECT

@ -39,7 +39,7 @@ class KCalendarSystemPrivate;
* @author Carlos Moro <cfmoro@correo.uniovi.es>
* @since 3.2
*/
class KDECORE_EXPORT KCalendarSystem
class TDECORE_EXPORT KCalendarSystem
{
public:
/**

@ -33,7 +33,7 @@ class KLocale;
* @author Carlos Moro <cfmoro@correo.uniovi.es>
* @since 3.2
*/
class KDECORE_EXPORT KCalendarSystemFactory
class TDECORE_EXPORT KCalendarSystemFactory
{
public:
KCalendarSystemFactory ();

@ -40,7 +40,7 @@ class KCalendarSystemGregorianPrivate;
* @author Carlos Moro <cfmoro@correo.uniovi.es>
* @since 3.2
*/
class KDECORE_EXPORT KCalendarSystemGregorian: public KCalendarSystem
class TDECORE_EXPORT KCalendarSystemGregorian: public KCalendarSystem
{
public:
/** Constructor. Just like KCalendarSystem::KCalendarSystem(). */

@ -42,7 +42,7 @@ class KCalendarSystemHebrewPrivate;
* @author Hans Petter Bieker <bieker@kde.org>
* @since 3.2
*/
class KDECORE_EXPORT KCalendarSystemHebrew : public KCalendarSystem
class TDECORE_EXPORT KCalendarSystemHebrew : public KCalendarSystem
{
public:
/** Constructor. Just like KCalendarSystem::KCalendarSystem(). */

@ -40,7 +40,7 @@ class KCalendarSystemHijriPrivate;
* @author Carlos Moro <cfmoro@correo.uniovi.es>
* @since 3.2
*/
class KDECORE_EXPORT KCalendarSystemHijri : public KCalendarSystem
class TDECORE_EXPORT KCalendarSystemHijri : public KCalendarSystem
{
public:
/** Constructor. Just like KCalendarSystem::KCalendarSystem(). */

@ -33,7 +33,7 @@ class KCalendarSystemJalaliPrivate;
/**
Jalali calendar type implementation
*/
class KDECORE_EXPORT KCalendarSystemJalali : public KCalendarSystem
class TDECORE_EXPORT KCalendarSystemJalali : public KCalendarSystem
{
public:
/** Constructor. Just like KCalendarSystem::KCalendarSystem(). */

@ -34,7 +34,7 @@ class KCataloguePrivate;
* @see KLocale
*/
//REVISED: hausmann
class KDECORE_EXPORT KCatalogue
class TDECORE_EXPORT KCatalogue
{
public:
/**

@ -40,7 +40,7 @@ class TQTextCodec;
*
* @author Lars Knoll <knoll@kde.org>
*/
class KDECORE_EXPORT KCharsets
class TDECORE_EXPORT KCharsets
{
friend class KGlobal;

@ -63,7 +63,7 @@ class TQTextView;
there are shown all conflicts grouped by accelerator, and a list of all used
accelerators.
*/
class KDECORE_EXPORT KCheckAccelerators : public TQObject
class TDECORE_EXPORT KCheckAccelerators : public TQObject
{
Q_OBJECT
public:

@ -33,7 +33,7 @@
* @since 3.1
* @internal
*/
class KDECORE_EXPORT KClipboardSynchronizer : public TQObject
class TDECORE_EXPORT KClipboardSynchronizer : public TQObject
{
Q_OBJECT

@ -37,7 +37,7 @@ typedef TQValueList<TQCString> QCStringList;
*
* @see KCmdLineArgs for additional usage information
*/
struct KDECORE_EXPORT KCmdLineOptions
struct TDECORE_EXPORT KCmdLineOptions
{
/**
* The name of the argument as it should be called on the command line and
@ -219,7 +219,7 @@ class KCmdLineArgsPrivate;
* @author Waldo Bastian
* @version 0.0.4
*/
class KDECORE_EXPORT KCmdLineArgs
class TDECORE_EXPORT KCmdLineArgs
{
friend class KApplication;
friend class KUniqueApplication;

@ -129,7 +129,7 @@ class TQPopupMenu;
*
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
class KDECORE_EXPORT KCompletion : public TQObject
class TDECORE_EXPORT KCompletion : public TQObject
{
Q_ENUMS( CompOrder )
Q_PROPERTY( CompOrder order READ order WRITE setOrder )
@ -612,7 +612,7 @@ class KCompletionMatchesPrivate;
*
* @short List for keeping matches returned from KCompletion
*/
class KDECORE_EXPORT KCompletionMatches : public KCompletionMatchesList
class TDECORE_EXPORT KCompletionMatches : public KCompletionMatchesList
{
public:
KCompletionMatches( bool sort );
@ -660,7 +660,7 @@ private:
* @short An abstract class for adding text completion support to widgets.
* @author Dawit Alemayehu <adawit@kde.org>
*/
class KDECORE_EXPORT KCompletionBase
class TDECORE_EXPORT KCompletionBase
{
public:
/**

@ -31,7 +31,7 @@ class KCompTreeNode;
/**
* @internal
*/
class KDECORE_EXPORT KCompTreeNodeList
class TDECORE_EXPORT KCompTreeNodeList
{
public:
KCompTreeNodeList() : first(0), last(0), m_count(0) {}
@ -81,7 +81,7 @@ typedef KCompTreeNodeList KCompTreeChildren;
* @author Carsten Pfeiffer <pfeiffer@kde.org>
* @internal
*/
class KDECORE_EXPORT KCompTreeNode : public TQChar
class TDECORE_EXPORT KCompTreeNode : public TQChar
{
public:
KCompTreeNode() : TQChar(), myWeight(0) {}
@ -146,7 +146,7 @@ typedef KSortableValueList<TQString> KCompletionMatchesList;
/**
* @internal
*/
class KDECORE_EXPORT KCompletionMatchesWrapper
class TDECORE_EXPORT KCompletionMatchesWrapper
{
public:
KCompletionMatchesWrapper( bool sort = false )

@ -40,7 +40,7 @@ class KConfigPrivate;
* @see KGlobal::config(), KConfigBase, KSimpleConfig
* @short KDE Configuration Management class
*/
class KDECORE_EXPORT KConfig : public KConfigBase
class TDECORE_EXPORT KConfig : public KConfigBase
{
Q_OBJECT
@ -270,7 +270,7 @@ private:
* KSharedConfig provides a reference counted, shared memory variant
* of KConfig.
*/
class KDECORE_EXPORT KSharedConfig : public KConfig, public KShared
class TDECORE_EXPORT KSharedConfig : public KConfig, public KShared
{
friend class TQValueList<KSharedConfig*>;
public:

@ -4,8 +4,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
bin_PROGRAMS = kconfig_compiler
kconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kconfig_compiler_LDADD = $(LIB_KDECORE)
kconfig_compiler_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
kconfig_compiler_LDADD = $(LIB_TDECORE)
kconfig_compiler_SOURCES = kconfig_compiler.cpp
TESTFILES = test1.kcfg test2.kcfg test3.kcfg test4.kcfg test_dpointer.kcfg

@ -3,12 +3,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/tdecore -I$(top_srcdir) $(all_includes)
check_PROGRAMS = example # autoexample
EXTRA_PROGRAMS = autoexample
example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
example_LDADD = $(LIB_KDECORE)
example_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
example_LDADD = $(LIB_TDECORE)
example_SOURCES = example.cpp exampleprefs_base.cpp
autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
autoexample_LDADD = $(LIB_KDECORE) $(LIB_KDEUI)
autoexample_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
autoexample_LDADD = $(LIB_TDECORE) $(LIB_TDEUI)
autoexample_SOURCES = exampleprefs_base.cpp general_base.ui myoptions_base.ui \
autoexample.cpp

@ -14,44 +14,44 @@ CLEANFILES = test1.cpp test1.h \
test_dpointer.cpp test_dpointer.h \
md5sums
test1_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test1_LDADD = $(LIB_KDECORE)
test1_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test1_LDADD = $(LIB_TDECORE)
test1_SOURCES = test1main.cpp test1.cpp
test2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test2_LDADD = $(LIB_KDECORE)
test2_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test2_LDADD = $(LIB_TDECORE)
test2_SOURCES = test2main.cpp test2.cpp
test3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test3_LDADD = $(LIB_KDECORE)
test3_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test3_LDADD = $(LIB_TDECORE)
test3_SOURCES = test3main.cpp test3.cpp
test4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test4_LDADD = $(LIB_KDECORE)
test4_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test4_LDADD = $(LIB_TDECORE)
test4_SOURCES = test4main.cpp test4.cpp
test5_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test5_LDADD = $(LIB_KDECORE)
test5_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test5_LDADD = $(LIB_TDECORE)
test5_SOURCES = test5main.cpp test5.cpp
test6_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test6_LDADD = $(LIB_KDECORE)
test6_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test6_LDADD = $(LIB_TDECORE)
test6_SOURCES = test6main.cpp test6.cpp
test7_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test7_LDADD = $(LIB_KDECORE)
test7_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test7_LDADD = $(LIB_TDECORE)
test7_SOURCES = test7main.cpp test7.cpp
test8_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test8_LDADD = $(LIB_KDECORE)
test8_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test8_LDADD = $(LIB_TDECORE)
test8_SOURCES = test8main.cpp test8a.cpp test8b.cpp
test9_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test9_LDADD = $(LIB_KDECORE)
test9_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test9_LDADD = $(LIB_TDECORE)
test9_SOURCES = test9main.cpp test9.cpp
test_dpointer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test_dpointer_LDADD = $(LIB_KDECORE)
test_dpointer_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
test_dpointer_LDADD = $(LIB_TDECORE)
test_dpointer_SOURCES = test_dpointer_main.cpp test_dpointer.cpp
check_LTLIBRARIES = kunittest_kconfigcompiler_test.la

@ -45,7 +45,7 @@ class KConfigBackEndPrivate;
* Matthias Kalle Dalheimer <kalle@kde.org>
* @short KDE Configuration file loading/saving abstract base class
*/
class KDECORE_EXPORT KConfigBackEnd
class TDECORE_EXPORT KConfigBackEnd
{
friend class KConfig;
friend class KSharedConfig;
@ -188,7 +188,7 @@ protected:
* @author Preston Brown <pbrown@kde.org>,
* Matthias Kalle Dalheimer <kalle@kde.org>
*/
class KDECORE_EXPORT KConfigINIBackEnd : public KConfigBackEnd
class TDECORE_EXPORT KConfigINIBackEnd : public KConfigBackEnd
{
public:

@ -67,7 +67,7 @@ class KConfigGroup;
* @see KSimpleConfig
* @see KSharedConfig
*/
class KDECORE_EXPORT KConfigBase : public TQObject
class TDECORE_EXPORT KConfigBase : public TQObject
{
Q_OBJECT
TQ_OBJECT
@ -2056,7 +2056,7 @@ class KConfigGroupSaverPrivate;
* @short Helper class for easier use of KConfig/KSimpleConfig groups
*/
class KDECORE_EXPORT KConfigGroupSaver // KDE4 remove
class TDECORE_EXPORT KConfigGroupSaver // KDE4 remove
{
public:
/**
@ -2100,7 +2100,7 @@ class KConfigGroupPrivate;
/**
* A KConfigBase derived class for one specific group in a KConfig object.
*/
class KDECORE_EXPORT KConfigGroup: public KConfigBase
class TDECORE_EXPORT KConfigGroup: public KConfigBase
{
public:
/**

@ -29,7 +29,7 @@
* map/dict/list config node entry.
* @internal
*/
struct KDECORE_EXPORT KEntry
struct TDECORE_EXPORT KEntry
{
KEntry()
: mValue(0), bDirty(false), bNLS(false),
@ -66,7 +66,7 @@ struct KDECORE_EXPORT KEntry
* to which it belongs.
* @internal
*/
struct KDECORE_EXPORT KEntryKey
struct TDECORE_EXPORT KEntryKey
{
KEntryKey(const TQCString& _group = 0,
const TQCString& _key = 0)

@ -75,7 +75,7 @@ class TQSqlPropertyMap;
* @author Benjamin C Meyer <ben+kdelibs at meyerhome dot net>
* @author Waldo Bastian <bastian@kde.org>
*/
class KDECORE_EXPORT KConfigDialogManager : public TQObject {
class TDECORE_EXPORT KConfigDialogManager : public TQObject {
Q_OBJECT

@ -47,7 +47,7 @@
* addItem() functions of KConfigSkeleton instead. If you subclass this class you will
* have to register instances with the function KConfigSkeleton::addItem().
*/
class KDECORE_EXPORT KConfigSkeletonItem
class TDECORE_EXPORT KConfigSkeletonItem
{
public:
typedef TQValueList < KConfigSkeletonItem * >List;
@ -362,14 +362,14 @@ template < typename T > class KConfigSkeletonGenericItem:public KConfigSkeletonI
* subclasses yourself, but you can use \ref kconfig_compiler to automatically
* generate the C++ code from an XML description of the configuration options.
*/
class KDECORE_EXPORT KConfigSkeleton
class TDECORE_EXPORT KConfigSkeleton
{
public:
/**
* Class for handling a string preferences item.
*/
class KDECORE_EXPORT ItemString:public KConfigSkeletonGenericItem < TQString >
class TDECORE_EXPORT ItemString:public KConfigSkeletonGenericItem < TQString >
{
public:
enum Type { Normal, Password, Path };
@ -391,7 +391,7 @@ public:
/**
* Class for handling a password preferences item.
*/
class KDECORE_EXPORT ItemPassword:public ItemString
class TDECORE_EXPORT ItemPassword:public ItemString
{
public:
ItemPassword(const TQString & group, const TQString & key,
@ -402,7 +402,7 @@ public:
/**
* Class for handling a path preferences item.
*/
class KDECORE_EXPORT ItemPath:public ItemString
class TDECORE_EXPORT ItemPath:public ItemString
{
public:
ItemPath(const TQString & group, const TQString & key,
@ -414,7 +414,7 @@ public:
/**
* Class for handling a TQVariant preferences item.
*/
class KDECORE_EXPORT ItemProperty:public KConfigSkeletonGenericItem < TQVariant >
class TDECORE_EXPORT ItemProperty:public KConfigSkeletonGenericItem < TQVariant >
{
public:
ItemProperty(const TQString & group, const TQString & key,
@ -429,7 +429,7 @@ public:
/**
* Class for handling a bool preferences item.
*/
class KDECORE_EXPORT ItemBool:public KConfigSkeletonGenericItem < bool >
class TDECORE_EXPORT ItemBool:public KConfigSkeletonGenericItem < bool >
{
public:
ItemBool(const TQString & group, const TQString & key, bool & reference,
@ -444,7 +444,7 @@ public:
/**
* Class for handling an integer preferences item.
*/
class KDECORE_EXPORT ItemInt:public KConfigSkeletonGenericItem < int >
class TDECORE_EXPORT ItemInt:public KConfigSkeletonGenericItem < int >
{
public:
ItemInt(const TQString & group, const TQString & key, int &reference,
@ -469,7 +469,7 @@ public:
/**
* Class for handling an 64-bit integer preferences item.
*/
class KDECORE_EXPORT ItemInt64:public KConfigSkeletonGenericItem < TQ_INT64 >
class TDECORE_EXPORT ItemInt64:public KConfigSkeletonGenericItem < TQ_INT64 >
{
public:
ItemInt64(const TQString & group, const TQString & key, TQ_INT64 &reference,
@ -495,7 +495,7 @@ public:
/**
* Class for handling enums.
*/
class KDECORE_EXPORT ItemEnum:public ItemInt
class TDECORE_EXPORT ItemEnum:public ItemInt
{
public:
struct Choice
@ -521,7 +521,7 @@ public:
/**
* Class for handling an unsingend integer preferences item.
*/
class KDECORE_EXPORT ItemUInt:public KConfigSkeletonGenericItem < unsigned int >
class TDECORE_EXPORT ItemUInt:public KConfigSkeletonGenericItem < unsigned int >
{
public:
ItemUInt(const TQString & group, const TQString & key,
@ -547,7 +547,7 @@ public:
/**
* Class for hanlding a long integer preferences item.
*/
class KDECORE_EXPORT ItemLong:public KConfigSkeletonGenericItem < long >
class TDECORE_EXPORT ItemLong:public KConfigSkeletonGenericItem < long >
{
public:
ItemLong(const TQString & group, const TQString & key, long &reference,
@ -573,7 +573,7 @@ public:
/**
* Class for handling an unsigned long integer preferences item.
*/
class KDECORE_EXPORT ItemULong:public KConfigSkeletonGenericItem < unsigned long >
class TDECORE_EXPORT ItemULong:public KConfigSkeletonGenericItem < unsigned long >
{
public:
ItemULong(const TQString & group, const TQString & key,
@ -598,7 +598,7 @@ public:
/**
* Class for handling unsigned 64-bit integer preferences item.
*/
class KDECORE_EXPORT ItemUInt64:public KConfigSkeletonGenericItem < TQ_UINT64 >
class TDECORE_EXPORT ItemUInt64:public KConfigSkeletonGenericItem < TQ_UINT64 >
{
public:
ItemUInt64(const TQString & group, const TQString & key, TQ_UINT64 &reference,
@ -624,7 +624,7 @@ public:
/**
* Class for handling a floating point preference item.
*/
class KDECORE_EXPORT ItemDouble:public KConfigSkeletonGenericItem < double >
class TDECORE_EXPORT ItemDouble:public KConfigSkeletonGenericItem < double >
{
public:
ItemDouble(const TQString & group, const TQString & key,
@ -650,7 +650,7 @@ public:
/**
* Class for handling a color preferences item.
*/
class KDECORE_EXPORT ItemColor:public KConfigSkeletonGenericItem < TQColor >
class TDECORE_EXPORT ItemColor:public KConfigSkeletonGenericItem < TQColor >
{
public:
ItemColor(const TQString & group, const TQString & key,
@ -666,7 +666,7 @@ public:
/**
* Class for handling a font preferences item.
*/
class KDECORE_EXPORT ItemFont:public KConfigSkeletonGenericItem < TQFont >
class TDECORE_EXPORT ItemFont:public KConfigSkeletonGenericItem < TQFont >
{
public:
ItemFont(const TQString & group, const TQString & key, TQFont & reference,
@ -681,7 +681,7 @@ public:
/**
* Class for handling a TQRect preferences item.
*/
class KDECORE_EXPORT ItemRect:public KConfigSkeletonGenericItem < TQRect >
class TDECORE_EXPORT ItemRect:public KConfigSkeletonGenericItem < TQRect >
{
public:
ItemRect(const TQString & group, const TQString & key, TQRect & reference,
@ -696,7 +696,7 @@ public:
/**
* Class for handling a TQPoint preferences item.
*/
class KDECORE_EXPORT ItemPoint:public KConfigSkeletonGenericItem < TQPoint >
class TDECORE_EXPORT ItemPoint:public KConfigSkeletonGenericItem < TQPoint >
{
public:
ItemPoint(const TQString & group, const TQString & key, TQPoint & reference,
@ -711,7 +711,7 @@ public:
/**
* Class for handling a TQSize preferences item.
*/
class KDECORE_EXPORT ItemSize:public KConfigSkeletonGenericItem < TQSize >
class TDECORE_EXPORT ItemSize:public KConfigSkeletonGenericItem < TQSize >
{
public:
ItemSize(const TQString & group, const TQString & key, TQSize & reference,
@ -726,7 +726,7 @@ public:
/**
* Class for handling a TQDateTime preferences item.
*/
class KDECORE_EXPORT ItemDateTime:public KConfigSkeletonGenericItem < TQDateTime >
class TDECORE_EXPORT ItemDateTime:public KConfigSkeletonGenericItem < TQDateTime >
{
public:
ItemDateTime(const TQString & group, const TQString & key,
@ -742,7 +742,7 @@ public:
/**
* Class for handling a string list preferences item.
*/
class KDECORE_EXPORT ItemStringList:public KConfigSkeletonGenericItem < TQStringList >
class TDECORE_EXPORT ItemStringList:public KConfigSkeletonGenericItem < TQStringList >
{
public:
ItemStringList(const TQString & group, const TQString & key,
@ -758,7 +758,7 @@ public:
/**
* Class for handling a path list preferences item.
*/
class KDECORE_EXPORT ItemPathList:public ItemStringList
class TDECORE_EXPORT ItemPathList:public ItemStringList
{
public:
ItemPathList(const TQString & group, const TQString & key,
@ -773,7 +773,7 @@ public:
/**
* Class for handling an integer list preferences item.
*/
class KDECORE_EXPORT ItemIntList:public KConfigSkeletonGenericItem < TQValueList < int > >
class TDECORE_EXPORT ItemIntList:public KConfigSkeletonGenericItem < TQValueList < int > >
{
public:
ItemIntList(const TQString & group, const TQString & key,

@ -34,7 +34,7 @@
* be called by the default crash handler, giving the application a chance
* to save its data.
*/
class KDECORE_EXPORT KCrash
class TDECORE_EXPORT KCrash
{
private: // ;o)
static const char *appName;

@ -36,7 +36,7 @@ class KDCOPPropertyProxyPrivate;
* "setFoo( TQString )" and "TQString foo()" automatically into the corresponding
* setProperty/property calls.
*/
class KDECORE_EXPORT KDCOPPropertyProxy
class TDECORE_EXPORT KDCOPPropertyProxy
{
public:
/**

@ -77,7 +77,7 @@ class kdbgstreamprivate;
* \endcode
* @see kndbgstream
*/
class KDECORE_EXPORT kdbgstream {
class TDECORE_EXPORT kdbgstream {
public:
/**
* @internal
@ -437,7 +437,7 @@ inline kdbgstream &endl( kdbgstream &s) { s << "\n"; return s; }
*/
inline kdbgstream &flush( kdbgstream &s) { s.flush(); return s; }
KDECORE_EXPORT kdbgstream &perror( kdbgstream &s);
TDECORE_EXPORT kdbgstream &perror( kdbgstream &s);
/**
* \relates KGlobal
@ -445,7 +445,7 @@ KDECORE_EXPORT kdbgstream &perror( kdbgstream &s);
* nothing.
* @see kndDebug()
*/
class KDECORE_EXPORT kndbgstream {
class TDECORE_EXPORT kndbgstream {
public:
/// Default constructor.
kndbgstream() {}
@ -596,14 +596,14 @@ inline kndbgstream &perror( kndbgstream & s) { return s; }
* @param area an id to identify the output, 0 for default
* @see kndDebug()
*/
KDECORE_EXPORT kdbgstream kdDebug(int area = 0);
KDECORE_EXPORT kdbgstream kdDebug(bool cond, int area = 0);
TDECORE_EXPORT kdbgstream kdDebug(int area = 0);
TDECORE_EXPORT kdbgstream kdDebug(bool cond, int area = 0);
/**
* \relates KGlobal
* Returns a backtrace.
* @return a backtrace
*/
KDECORE_EXPORT TQString kdBacktrace();
TDECORE_EXPORT TQString kdBacktrace();
/**
* \relates KGlobal
* Returns a backtrace.
@ -611,7 +611,7 @@ KDECORE_EXPORT TQString kdBacktrace();
* @return a backtrace
* @since 3.1
*/
KDECORE_EXPORT TQString kdBacktrace(int levels);
TDECORE_EXPORT TQString kdBacktrace(int levels);
/**
* Returns a dummy debug stream. The stream does not print anything.
* @param area an id to identify the output, 0 for default
@ -628,31 +628,31 @@ inline TQString kndBacktrace(int) { return TQString::null; }
* information.
* @param area an id to identify the output, 0 for default
*/
KDECORE_EXPORT kdbgstream kdWarning(int area = 0);
KDECORE_EXPORT kdbgstream kdWarning(bool cond, int area = 0);
TDECORE_EXPORT kdbgstream kdWarning(int area = 0);
TDECORE_EXPORT kdbgstream kdWarning(bool cond, int area = 0);
/**
* \relates KGlobal
* Returns an error stream. You can use it to print error
* information.
* @param area an id to identify the output, 0 for default
*/
KDECORE_EXPORT kdbgstream kdError(int area = 0);
KDECORE_EXPORT kdbgstream kdError(bool cond, int area = 0);
TDECORE_EXPORT kdbgstream kdError(int area = 0);
TDECORE_EXPORT kdbgstream kdError(bool cond, int area = 0);
/**
* \relates KGlobal
* Returns a fatal error stream. You can use it to print fatal error
* information.
* @param area an id to identify the output, 0 for default
*/
KDECORE_EXPORT kdbgstream kdFatal(int area = 0);
KDECORE_EXPORT kdbgstream kdFatal(bool cond, int area = 0);
TDECORE_EXPORT kdbgstream kdFatal(int area = 0);
TDECORE_EXPORT kdbgstream kdFatal(bool cond, int area = 0);
/**
* \relates KGlobal
* Deletes the kdebugrc cache and therefore forces KDebug to reread the
* config file
*/
KDECORE_EXPORT void kdClearDebugConfig();
TDECORE_EXPORT void kdClearDebugConfig();
/** @} */

@ -27,7 +27,7 @@
/**
* @short DCOP interface to KDebug.
**/
class KDECORE_EXPORT KDebugDCOPIface : virtual public DCOPObject
class TDECORE_EXPORT KDebugDCOPIface : virtual public DCOPObject
{
K_DCOP
public:

@ -32,17 +32,17 @@
#else /* Q_OS_UNIX */
/* export statements for unix */
#define KDECORE_EXPORT KDE_EXPORT
#define KDEUI_EXPORT KDE_EXPORT
#define KDEFX_EXPORT KDE_EXPORT
#define KDEPRINT_EXPORT KDE_EXPORT
#define TDECORE_EXPORT KDE_EXPORT
#define TDEUI_EXPORT KDE_EXPORT
#define TDEFX_EXPORT KDE_EXPORT
#define TDEPRINT_EXPORT KDE_EXPORT
#define KDNSSD_EXPORT KDE_EXPORT
#define KIO_EXPORT KDE_EXPORT
#define DCOP_EXPORT KDE_EXPORT
#define KPARTS_EXPORT KDE_EXPORT
#define KTEXTEDITOR_EXPORT KDE_EXPORT
#define KABC_EXPORT KDE_EXPORT
#define KDESU_EXPORT KDE_EXPORT
#define TDESU_EXPORT KDE_EXPORT
#define KVCARD_EXPORT KDE_EXPORT
#define KRESOURCES_EXPORT KDE_EXPORT
#define KSTYLE_EXPORT KDE_EXPORT
@ -70,14 +70,14 @@
/* workaround for tdecore: stupid tqmoc's grammar doesn't accept two macros
between 'class' keyword and <classname>: */
#ifdef KDE_DEPRECATED
# ifndef KDECORE_EXPORT_DEPRECATED
# define KDECORE_EXPORT_DEPRECATED KDE_DEPRECATED KDECORE_EXPORT
# ifndef TDECORE_EXPORT_DEPRECATED
# define TDECORE_EXPORT_DEPRECATED KDE_DEPRECATED TDECORE_EXPORT
# endif
# ifndef KIO_EXPORT_DEPRECATED
# define KIO_EXPORT_DEPRECATED KDE_DEPRECATED KIO_EXPORT
# endif
# ifndef KDEUI_EXPORT_DEPRECATED
# define KDEUI_EXPORT_DEPRECATED KDE_DEPRECATED KDEUI_EXPORT
# ifndef TDEUI_EXPORT_DEPRECATED
# define TDEUI_EXPORT_DEPRECATED KDE_DEPRECATED TDEUI_EXPORT
# endif
# ifndef KABC_EXPORT_DEPRECATED
# define KABC_EXPORT_DEPRECATED KDE_DEPRECATED KABC_EXPORT

@ -31,7 +31,7 @@ class KDesktopFilePrivate;
* @see KConfigBase KConfig
* @short KDE Desktop File Management class
*/
class KDECORE_EXPORT KDesktopFile : public KConfig
class TDECORE_EXPORT KDesktopFile : public KConfig
{
Q_OBJECT

@ -46,34 +46,34 @@ namespace KDE
* @return the version number, encoded in a single uint
* @since 3.2
*/
KDECORE_EXPORT unsigned int version();
TDECORE_EXPORT unsigned int version();
/**
* Returns the major number of KDE's version, e.g.
* 3 for KDE 3.1.2.
* @return the major version number
* @since 3.1
*/
KDECORE_EXPORT unsigned int versionMajor();
TDECORE_EXPORT unsigned int versionMajor();
/**
* Returns the minor number of KDE's version, e.g.
* 1 for KDE 3.1.2.
* @return the minor version number
* @since 3.1
*/
KDECORE_EXPORT unsigned int versionMinor();
TDECORE_EXPORT unsigned int versionMinor();
/**
* Returns the release of KDE's version, e.g.
* 2 for KDE 3.1.2.
* @return the release number
* @since 3.1
*/
KDECORE_EXPORT unsigned int versionRelease();
TDECORE_EXPORT unsigned int versionRelease();
/**
* Returns the KDE version as string, e.g. "3.1.2".
* @return the KDE version. You can keep the string forever
* @since 3.1
*/
KDECORE_EXPORT const char *versionString();
TDECORE_EXPORT const char *versionString();
}
#endif // _KDE_VERSION_H_

@ -92,7 +92,7 @@ class KExtendedSocketPrivate;
* @author Thiago Macieira <thiago.macieira@kdemail.net>
* @short an extended socket
*/
class KDECORE_EXPORT KExtendedSocket: public KBufferedIO // public TQObject, public QIODevice
class TDECORE_EXPORT KExtendedSocket: public KBufferedIO // public TQObject, public QIODevice
{
Q_OBJECT
TQ_OBJECT
@ -1039,7 +1039,7 @@ private:
* Contains information about an internet address. It wraps addrinfo,
* see getaddrinfo(3) for more information.
*/
class KDECORE_EXPORT KAddressInfo
class TDECORE_EXPORT KAddressInfo
{
private:
addrinfo *ai;

@ -41,7 +41,7 @@ class TQString;
* @see KStaticDeleterBase
* @author Sirtaj Singh Kang (taj@kde.org)
*/
class KDECORE_EXPORT KGlobal
class TDECORE_EXPORT KGlobal
{
public:
@ -216,7 +216,7 @@ inline const T& kClamp( const T& x, const T& low, const T& high )
* qstricmp fails with e.g. the Turkish locale where 'I'.lower() != 'i'
* @since 3.4
*/
int KDECORE_EXPORT kasciistricmp( const char *str1, const char *str2 );
int TDECORE_EXPORT kasciistricmp( const char *str1, const char *str2 );
/**

@ -42,7 +42,7 @@ class KGlobalAccelPrivate;
* @see KKeyDialog
* @short Configurable global shortcut support
*/
class KDECORE_EXPORT KGlobalAccel : public TQObject
class TDECORE_EXPORT KGlobalAccel : public TQObject
{
Q_OBJECT
public:

@ -45,7 +45,7 @@ class KURL;
*
* @author David Faure <faure@kde.org>
*/
class KDECORE_EXPORT KGlobalSettings
class TDECORE_EXPORT KGlobalSettings
{
public:

@ -31,7 +31,7 @@ class KIconEffectPrivate;
* in a toolbar gray.
* @see KIcon
*/
class KDECORE_EXPORT KIconEffect
class TDECORE_EXPORT KIconEffect
{
public:
/**

@ -74,7 +74,7 @@ class KIconEffect;
* "User".
*
*/
class KDECORE_EXPORT KIconLoader
class TDECORE_EXPORT KIconLoader
{
public:
@ -445,7 +445,7 @@ public:
* \relates KIconLoader
* Load a desktop icon.
*/
KDECORE_EXPORT TQPixmap DesktopIcon(const TQString& name, int size=0,
TDECORE_EXPORT TQPixmap DesktopIcon(const TQString& name, int size=0,
int state=KIcon::DefaultState,
KInstance *instance=KGlobal::instance());
@ -453,40 +453,40 @@ KDECORE_EXPORT TQPixmap DesktopIcon(const TQString& name, int size=0,
* \relates KIconLoader
* Load a desktop icon.
*/
KDECORE_EXPORT TQPixmap DesktopIcon(const TQString& name, KInstance *instance);
TDECORE_EXPORT TQPixmap DesktopIcon(const TQString& name, KInstance *instance);
/**
* \relates KIconLoader
* Load a desktop icon, and apply the necessary effects to get an IconSet.
*/
KDECORE_EXPORT TQIconSet DesktopIconSet(const TQString& name, int size=0,
TDECORE_EXPORT TQIconSet DesktopIconSet(const TQString& name, int size=0,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a toolbar icon.
*/
KDECORE_EXPORT TQPixmap BarIcon(const TQString& name, int size=0, int state=KIcon::DefaultState,
TDECORE_EXPORT TQPixmap BarIcon(const TQString& name, int size=0, int state=KIcon::DefaultState,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a toolbar icon.
*/
KDECORE_EXPORT TQPixmap BarIcon(const TQString& name, KInstance *instance);
TDECORE_EXPORT TQPixmap BarIcon(const TQString& name, KInstance *instance);
/**
* \relates KIconLoader
* Load a toolbar icon, and apply the necessary effects to get an IconSet.
*/
KDECORE_EXPORT TQIconSet BarIconSet(const TQString& name, int size=0,
TDECORE_EXPORT TQIconSet BarIconSet(const TQString& name, int size=0,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a small icon.
*/
KDECORE_EXPORT TQPixmap SmallIcon(const TQString& name, int size=0,
TDECORE_EXPORT TQPixmap SmallIcon(const TQString& name, int size=0,
int state=KIcon::DefaultState,
KInstance *instance=KGlobal::instance());
@ -494,20 +494,20 @@ KDECORE_EXPORT TQPixmap SmallIcon(const TQString& name, int size=0,
* \relates KIconLoader
* Load a small icon.
*/
KDECORE_EXPORT TQPixmap SmallIcon(const TQString& name, KInstance *instance);
TDECORE_EXPORT TQPixmap SmallIcon(const TQString& name, KInstance *instance);
/**
* \relates KIconLoader
* Load a small icon, and apply the necessary effects to get an IconSet.
*/
KDECORE_EXPORT TQIconSet SmallIconSet(const TQString& name, int size=0,
TDECORE_EXPORT TQIconSet SmallIconSet(const TQString& name, int size=0,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a main toolbar icon.
*/
KDECORE_EXPORT TQPixmap MainBarIcon(const TQString& name, int size=0,
TDECORE_EXPORT TQPixmap MainBarIcon(const TQString& name, int size=0,
int state=KIcon::DefaultState,
KInstance *instance=KGlobal::instance());
@ -515,39 +515,39 @@ KDECORE_EXPORT TQPixmap MainBarIcon(const TQString& name, int size=0,
* \relates KIconLoader
* Load a main toolbar icon.
*/
KDECORE_EXPORT TQPixmap MainBarIcon(const TQString& name, KInstance *instance);
TDECORE_EXPORT TQPixmap MainBarIcon(const TQString& name, KInstance *instance);
/**
* \relates KIconLoader
* Load a main toolbar icon, and apply the effects to get an IconSet.
*/
KDECORE_EXPORT TQIconSet MainBarIconSet(const TQString& name, int size=0,
TDECORE_EXPORT TQIconSet MainBarIconSet(const TQString& name, int size=0,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a user icon. User icons are searched in $appdir/pics.
*/
KDECORE_EXPORT TQPixmap UserIcon(const TQString& name, int state=KIcon::DefaultState,
TDECORE_EXPORT TQPixmap UserIcon(const TQString& name, int state=KIcon::DefaultState,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Load a user icon. User icons are searched in $appdir/pics.
*/
KDECORE_EXPORT TQPixmap UserIcon(const TQString& name, KInstance *instance);
TDECORE_EXPORT TQPixmap UserIcon(const TQString& name, KInstance *instance);
/**
* \relates KIconLoader
* Load a user icon, and apply the effects to get an IconSet.
*/
KDECORE_EXPORT TQIconSet UserIconSet(const TQString& name,
TDECORE_EXPORT TQIconSet UserIconSet(const TQString& name,
KInstance *instance=KGlobal::instance());
/**
* \relates KIconLoader
* Returns the current icon size for a specific group.
*/
KDECORE_EXPORT int IconSize(KIcon::Group group, KInstance *instance=KGlobal::instance());
TDECORE_EXPORT int IconSize(KIcon::Group group, KInstance *instance=KGlobal::instance());
#endif // __KIconLoader_h_Included__

@ -33,7 +33,7 @@ class KIconPrivate;
* @see KIconTheme
* @see KIconLoader
*/
class KDECORE_EXPORT KIcon
class TDECORE_EXPORT KIcon
{
public:
KIcon() { size = 0; }
@ -184,7 +184,7 @@ inline KIcon::Group operator++(KIcon::Group& group,int) { KIcon::Group ret = gro
* iconloader but can be used by others too.
* @see KIconLoader
*/
class KDECORE_EXPORT KIconTheme
class TDECORE_EXPORT KIconTheme
{
public:
/**

@ -31,7 +31,7 @@ namespace KIDNA {
*
* If conversion is not possible, an empty string is returned.
*/
KDECORE_EXPORT TQCString toAsciiCString(const TQString &idna);
TDECORE_EXPORT TQCString toAsciiCString(const TQString &idna);
/**
* Converts an International Domain Name @p idna to
@ -39,13 +39,13 @@ namespace KIDNA {
*
* If conversion is not possible, an empty string is returned.
*/
KDECORE_EXPORT TQString toAscii(const TQString &idna);
TDECORE_EXPORT TQString toAscii(const TQString &idna);
/**
* Converts an International Domain Name @p idna to
* its UNICODE representation
*/
KDECORE_EXPORT TQString toUnicode(const TQString &idna);
TDECORE_EXPORT TQString toUnicode(const TQString &idna);
}
#endif /* _KIDNA_H */

@ -40,7 +40,7 @@ class KSharedConfig;
*
* @author Torben Weis
*/
class KDECORE_EXPORT KInstance
class TDECORE_EXPORT KInstance
{
friend class KStandardDirs;

@ -46,7 +46,7 @@
* @see KApplication::kipcMessage()
* @author Geert Jansen <jansen@kde.org>
*/
class KDECORE_EXPORT KIPC
class TDECORE_EXPORT KIPC
{
public:
/**

@ -34,7 +34,7 @@ class KKeyNativePrivate;
* Representation of a key in the format native of the windowing system (eg. X11).
* @see KKey
*/
class KDECORE_EXPORT KKeyNative
class TDECORE_EXPORT KKeyNative
{
public:
/**

@ -671,7 +671,7 @@ bool modXToModQt( uint modX, int& modQt )
return modToModQt( modX, modQt );
}
KDECORE_EXPORT int qtButtonStateToMod( TQt::ButtonState s )
TDECORE_EXPORT int qtButtonStateToMod( TQt::ButtonState s )
{
int modQt = 0;
if (s & Qt::ShiftButton) modQt |= KKey::SHIFT;

@ -44,7 +44,7 @@ namespace KKeyServer
* @see KKey
* @see KKeyServer
*/
struct KDECORE_EXPORT Sym
struct TDECORE_EXPORT Sym
{
public:
/// the actual value of the symbol
@ -134,7 +134,7 @@ namespace KKeyServer
* Represents a key press.
* @see KKey
*/
struct KDECORE_EXPORT Key
struct TDECORE_EXPORT Key
{
/// Code for native Keys in Qt
enum { CODE_FOR_QT = 256 };
@ -241,7 +241,7 @@ namespace KKeyServer
/**
* TODO: please document this class
*/
struct KDECORE_EXPORT Variations
struct TDECORE_EXPORT Variations
{
enum { MAX_VARIATIONS = 4 };
@ -257,14 +257,14 @@ namespace KKeyServer
};
/// TODO: please document
KDECORE_EXPORT bool initializeMods();
TDECORE_EXPORT bool initializeMods();
/**
* Returns the equivalent X modifier mask of the given modifier flag.
* @param modFlag the generic flags to check
* @return the window system specific flags
*/
KDECORE_EXPORT uint modX( KKey::ModFlag modFlag );
TDECORE_EXPORT uint modX( KKey::ModFlag modFlag );
/**
* Returns true if the current keyboard layout supports the Win key.
@ -272,42 +272,42 @@ namespace KKeyServer
* @return true if the keyboard has a Win key
* @see modXWin()
*/
KDECORE_EXPORT bool keyboardHasWinKey();
TDECORE_EXPORT bool keyboardHasWinKey();
/**
* Returns the X11 Shift modifier mask/flag.
* @return the X11 Shift modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXShift();
TDECORE_EXPORT uint modXShift();
/**
* Returns the X11 Lock modifier mask/flag.
* @return the X11 Lock modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXLock();
TDECORE_EXPORT uint modXLock();
/**
* Returns the X11 Ctrl modifier mask/flag.
* @return the X11 Ctrl modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXCtrl();
TDECORE_EXPORT uint modXCtrl();
/**
* Returns the X11 Alt (Mod1) modifier mask/flag.
* @return the X11 Alt (Mod1) modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXAlt();
TDECORE_EXPORT uint modXAlt();
/**
* Returns the X11 NumLock modifier mask/flag.
* @return the X11 NumLock modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXNumLock();
TDECORE_EXPORT uint modXNumLock();
/**
* Returns the X11 Win (Mod3) modifier mask/flag.
@ -315,14 +315,14 @@ namespace KKeyServer
* @see keyboardHasWinKey()
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXWin();
TDECORE_EXPORT uint modXWin();
/**
* Returns the X11 ScrollLock modifier mask/flag.
* @return the X11 ScrollLock modifier mask/flag.
* @see accelModMaskX()
*/
KDECORE_EXPORT uint modXScrollLock();
TDECORE_EXPORT uint modXScrollLock();
/**
* Returns the X11 Mode_switch modifier mask/flag.
@ -330,7 +330,7 @@ namespace KKeyServer
* @see accelModMaskX()
* @since 3.5
*/
KDECORE_EXPORT uint modXModeSwitch();
TDECORE_EXPORT uint modXModeSwitch();
/**
* Returns bitwise OR'ed mask containing Shift, Ctrl, Alt, and
@ -343,7 +343,7 @@ namespace KKeyServer
* @see modXWin()
* @see modXScrollLock()
*/
KDECORE_EXPORT uint accelModMaskX();
TDECORE_EXPORT uint accelModMaskX();
/**
* Extracts the symbol from the given Qt key and
@ -354,7 +354,7 @@ namespace KKeyServer
* @see Qt::Key
* @see Sym
*/
KDECORE_EXPORT bool keyQtToSym( int keyQt, uint& sym );
TDECORE_EXPORT bool keyQtToSym( int keyQt, uint& sym );
/**
* Extracts the modifiers from the given Qt key and
@ -364,7 +364,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see Qt::Key
*/
KDECORE_EXPORT bool keyQtToMod( int keyQt, uint& mod );
TDECORE_EXPORT bool keyQtToMod( int keyQt, uint& mod );
/**
* Converts the given symbol to a Qt key code.
@ -374,7 +374,7 @@ namespace KKeyServer
* @see Qt::Key
* @see Sym
*/
KDECORE_EXPORT bool symToKeyQt( uint sym, int& keyQt );
TDECORE_EXPORT bool symToKeyQt( uint sym, int& keyQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@ -386,7 +386,7 @@ namespace KKeyServer
* @see Qt::Key
* @see KKey
*/
KDECORE_EXPORT bool modToModQt( uint mod, int& modQt );
TDECORE_EXPORT bool modToModQt( uint mod, int& modQt );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to
@ -397,7 +397,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see KKey
*/
KDECORE_EXPORT bool modToModX( uint mod, uint& modX );
TDECORE_EXPORT bool modToModX( uint mod, uint& modX );
/**
* Converts the mask of ORed X11 modifiers to
@ -409,12 +409,12 @@ namespace KKeyServer
* @see Qt::Key
*/
//wrapped for win32
KDECORE_EXPORT bool modXToModQt( uint modX, int& modQt );
TDECORE_EXPORT bool modXToModQt( uint modX, int& modQt );
/**
* Converts the Qt-compatible button state to x11 modifier.
*/
KDECORE_EXPORT int qtButtonStateToMod( TQ_ButtonState s );
TDECORE_EXPORT int qtButtonStateToMod( TQ_ButtonState s );
/**
* Converts the mask of ORed X11 modifiers to
@ -425,7 +425,7 @@ namespace KKeyServer
* @return true if successful, false otherwise
* @see KKey
*/
KDECORE_EXPORT bool modXToMod( uint modX, uint& mod );
TDECORE_EXPORT bool modXToMod( uint modX, uint& mod );
/**
* Converts a X11 key code and a mask of ORed X11 modifiers
@ -438,12 +438,12 @@ namespace KKeyServer
* @see Qt::Key
* @see Sym
*/
KDECORE_EXPORT bool codeXToSym( uchar codeX, uint modX, uint& symX );
TDECORE_EXPORT bool codeXToSym( uchar codeX, uint modX, uint& symX );
/**
* @internal
*/
KDECORE_EXPORT TQString modToStringInternal( uint mod );
TDECORE_EXPORT TQString modToStringInternal( uint mod );
/**
* Converts the mask of ORed KKey::ModFlag modifiers to a
@ -451,7 +451,7 @@ namespace KKeyServer
* @param mod the mask of ORed KKey::ModFlag modifiers
* @return the user-readable string
*/
KDECORE_EXPORT TQString modToStringUser( uint mod );
TDECORE_EXPORT TQString modToStringUser( uint mod );
/**
* Converts the modifier given as user-readable string
@ -459,19 +459,19 @@ namespace KKeyServer
* @internal
* @since 3.5
*/
KDECORE_EXPORT uint stringUserToMod( const TQString& mod );
TDECORE_EXPORT uint stringUserToMod( const TQString& mod );
/**
* @internal
* Unimplemented?
*/
KDECORE_EXPORT bool stringToSymMod( const TQString&, uint& sym, uint& mod );
TDECORE_EXPORT bool stringToSymMod( const TQString&, uint& sym, uint& mod );
/**
* @internal
* Unimplemented?
*/
KDECORE_EXPORT void keyQtToKeyX( uint keyCombQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
TDECORE_EXPORT void keyQtToKeyX( uint keyCombQt, unsigned char *pKeyCodeX, uint *pKeySymX, uint *pKeyModX );
}
#endif // !_KKEYSERVER_X11_H

@ -47,7 +47,7 @@ class KLibraryPrivate;
* @see KLibLoader
* @author Torben Weis <weis@kde.org>
*/
class KDECORE_EXPORT KLibrary : public TQObject
class TDECORE_EXPORT KLibrary : public TQObject
{
friend class KLibLoader;
friend class TQAsciiDict<KLibrary>;
@ -139,7 +139,7 @@ class KLibWrapPrivate;
* @see KLibrary
* @author Torben Weis <weis@kde.org>
*/
class KDECORE_EXPORT KLibLoader : public TQObject
class TDECORE_EXPORT KLibLoader : public TQObject
{
friend class KLibrary;
@ -330,7 +330,7 @@ private:
*
* @author Torben Weis <weis@kde.org>
*/
class KDECORE_EXPORT KLibFactory : public TQObject
class TDECORE_EXPORT KLibFactory : public TQObject
{
Q_OBJECT
public:

@ -75,7 +75,7 @@ class KCalendarSystem;
* for e.g. German umlauts or French accents should be recoded to
* UTF-8)
**/
KDECORE_EXPORT TQString i18n(const char *text);
TDECORE_EXPORT TQString i18n(const char *text);
/**
* \relates KLocale
@ -84,7 +84,7 @@ KDECORE_EXPORT TQString i18n(const char *text);
* text.
* @see translate
**/
KDECORE_EXPORT TQString i18n(const char *comment, const char *text);
TDECORE_EXPORT TQString i18n(const char *comment, const char *text);
/**
* \relates KLocale
@ -97,7 +97,7 @@ KDECORE_EXPORT TQString i18n(const char *comment, const char *text);
* depending on n
* @see translate
**/
KDECORE_EXPORT TQString i18n(const char *singular, const char *plural, unsigned long n);
TDECORE_EXPORT TQString i18n(const char *singular, const char *plural, unsigned long n);
/**
* \relates KLocale
@ -121,7 +121,7 @@ inline TQString tr2i18n(const char* message, const char* =0) {
* Hans Petter Bieker <bieker@kde.org>, Lukas Tinkl <lukas.tinkl@suse.cz>
* @short class for supporting locale settings and national language
*/
class KDECORE_EXPORT KLocale
class TDECORE_EXPORT KLocale
{
friend class KGlobal; // for initInstance()
public:

@ -30,7 +30,7 @@
* @author Waldo Bastian <bastian@kde.org>
* @since 3.3
*/
class KDECORE_EXPORT KLockFile : public KShared
class TDECORE_EXPORT KLockFile : public KShared
{
public:
typedef KSharedPtr<KLockFile> Ptr;

@ -34,7 +34,7 @@
* @since 3.1.3
* @author Oswald Buddenhagen <ossi@kde.org>
*/
class KDECORE_EXPORT KMacroExpanderBase {
class TDECORE_EXPORT KMacroExpanderBase {
public:
/**
@ -188,7 +188,7 @@ private:
* @since 3.3
* @author Oswald Buddenhagen <ossi@kde.org>
*/
class KDECORE_EXPORT KWordMacroExpander : public KMacroExpanderBase {
class TDECORE_EXPORT KWordMacroExpander : public KMacroExpanderBase {
public:
/**
@ -221,7 +221,7 @@ protected:
* @since 3.3
* @author Oswald Buddenhagen <ossi@kde.org>
*/
class KDECORE_EXPORT KCharMacroExpander : public KMacroExpanderBase {
class TDECORE_EXPORT KCharMacroExpander : public KMacroExpanderBase {
public:
/**
@ -270,7 +270,7 @@ namespace KMacroExpander {
* // s is now "% Title: /tmp/myfile.txt:My File";
* \endcode
*/
KDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQChar,TQString> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQChar,TQString> &map, TQChar c = '%' );
/**
* Perform safe macro expansion (substitution) on a string for use
@ -295,7 +295,7 @@ namespace KMacroExpander {
* system(TQFile::encodeName(s));
* \endcode
*/
KDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQChar,TQString> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQChar,TQString> &map, TQChar c = '%' );
/**
* Perform safe macro expansion (substitution) on a string.
@ -320,7 +320,7 @@ namespace KMacroExpander {
* // s is now "Title: /tmp/myfile.txt-My File";
* \endcode
*/
KDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQString,TQString> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQString,TQString> &map, TQChar c = '%' );
/**
* Perform safe macro expansion (substitution) on a string for use
@ -348,18 +348,18 @@ namespace KMacroExpander {
* system(TQFile::encodeName(s));
* \endcode
*/
KDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQString,TQString> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQString,TQString> &map, TQChar c = '%' );
/**
* Same as above, except that the macros expand to string lists that
* are simply join(" ")ed together.
*/
KDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQChar,TQStringList> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQChar,TQStringList> &map, TQChar c = '%' );
/**
* Same as above, except that the macros expand to string lists that
* are simply join(" ")ed together.
*/
KDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQString,TQStringList> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacros( const TQString &str, const TQMap<TQString,TQStringList> &map, TQChar c = '%' );
/**
* Same as above, except that the macros expand to string lists.
@ -367,14 +367,14 @@ namespace KMacroExpander {
* join(" ")ed together; otherwise every element expands to a separate
* quoted string.
*/
KDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQChar,TQStringList> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQChar,TQStringList> &map, TQChar c = '%' );
/**
* Same as above, except that the macros expand to string lists.
* If the macro appears inside a quoted string, the list is simply
* join(" ")ed together; otherwise every element expands to a separate
* quoted string.
*/
KDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQString,TQStringList> &map, TQChar c = '%' );
TDECORE_EXPORT TQString expandMacrosShellQuote( const TQString &str, const TQMap<TQString,TQStringList> &map, TQChar c = '%' );
}
#endif /* _KMACROEXPANDER_H */

@ -47,7 +47,7 @@ class KSelectionOwnerPrivate;
@since 3.2
@short ICCCM manager selection owner
*/
class KDECORE_EXPORT KSelectionOwner
class TDECORE_EXPORT KSelectionOwner
: public TQObject
{
Q_OBJECT
@ -170,7 +170,7 @@ class KSelectionWatcherPrivate;
@since 3.2
@short ICCCM manager selection watching
*/
class KDECORE_EXPORT KSelectionWatcher
class TDECORE_EXPORT KSelectionWatcher
: public TQObject
{
Q_OBJECT

@ -71,7 +71,7 @@
* @author Dawit Alemayehu <adawit@kde.org>
* @author Rik Hemsley <rik@kde.org>
*/
class KDECORE_EXPORT KCodecs
class TDECORE_EXPORT KCodecs
{
public:
@ -399,7 +399,7 @@ class KMD5Private;
* @author Dirk Mueller <mueller@kde.org>, Dawit Alemayehu <adawit@kde.org>
*/
class KDECORE_EXPORT KMD5
class TDECORE_EXPORT KMD5
{
public:
@ -574,7 +574,7 @@ private:
*
* The class usage is the same as KMD5.
*/
class KDECORE_EXPORT KMD4
class TDECORE_EXPORT KMD4
{
public:

@ -37,7 +37,7 @@ class KInstance;
*
* @author Peter Putzer <putzer@kde.org>
*/
class KDECORE_EXPORT KMimeSourceFactory : public TQMimeSourceFactory
class TDECORE_EXPORT KMimeSourceFactory : public TQMimeSourceFactory
{
public:

@ -32,7 +32,7 @@
* @author Waldo Bastian <bastian@kde.org>
* @since 3.2
*/
class KDECORE_EXPORT KMountPoint : public KShared
class TDECORE_EXPORT KMountPoint : public KShared
{
typedef signed long long int filesize_t;
public:

@ -51,7 +51,7 @@ class KMultipleDragPrivate;
*
* @author David Faure <faure@kde.org>
*/
class KDECORE_EXPORT KMultipleDrag : public TQDragObject
class TDECORE_EXPORT KMultipleDrag : public TQDragObject
{
Q_OBJECT

@ -93,7 +93,7 @@ namespace KNotifyClient
*
* @short Enables KNotifyClient to use a different KInstance
*/
class KDECORE_EXPORT Instance
class TDECORE_EXPORT Instance
{
public:
/**
@ -175,7 +175,7 @@ namespace KNotifyClient
* first triggered.
* @return true if daemon is running (always true at the moment)
**/
KDECORE_EXPORT bool startDaemon();
TDECORE_EXPORT bool startDaemon();
//#ifndef KDE_NO_COMPAT
/**
@ -185,7 +185,7 @@ namespace KNotifyClient
* the user connected the event to sound, only. Can be TQString::null.
* @return a value > 0, unique for this event if successful, 0 otherwise
*/
KDECORE_EXPORT int event(const TQString &message, const TQString &text=TQString::null) KDE_DEPRECATED;
TDECORE_EXPORT int event(const TQString &message, const TQString &text=TQString::null) KDE_DEPRECATED;
/**
* @deprecated
@ -194,7 +194,7 @@ namespace KNotifyClient
* @param text The text explaining the event you raise. Can be TQString::null.
* @return a value > 0, unique for this event if successful, 0 otherwise
*/
KDECORE_EXPORT int event( StandardEvent event, const TQString& text=TQString::null ) KDE_DEPRECATED;
TDECORE_EXPORT int event( StandardEvent event, const TQString& text=TQString::null ) KDE_DEPRECATED;
/**
* @deprecated
@ -206,7 +206,7 @@ namespace KNotifyClient
* @param file The log file to append the message to if selected with @p present
* @return a value > 0, unique for this event if successful, 0 otherwise
*/
KDECORE_EXPORT int userEvent(const TQString &text=TQString::null, int present=Default, int level=Default,
TDECORE_EXPORT int userEvent(const TQString &text=TQString::null, int present=Default, int level=Default,
const TQString &sound=TQString::null, const TQString &file=TQString::null) KDE_DEPRECATED;
//#endif
@ -227,7 +227,7 @@ namespace KNotifyClient
* @since 3.1.1
*/
// KDE4: use WId instead of int
KDECORE_EXPORT int event( int winId, const TQString& message,
TDECORE_EXPORT int event( int winId, const TQString& message,
const TQString& text = TQString::null );
/**
@ -242,7 +242,7 @@ namespace KNotifyClient
* @since 3.1.1
*/
// KDE4: use WId instead of int
KDECORE_EXPORT int event( int winId, StandardEvent event,
TDECORE_EXPORT int event( int winId, StandardEvent event,
const TQString& text = TQString::null );
/**
@ -260,7 +260,7 @@ namespace KNotifyClient
* @since 3.1.1
*/
// KDE4: use WId instead of int
KDECORE_EXPORT int userEvent(int winId, const TQString &text=TQString::null, int present=Default, int level=Default,
TDECORE_EXPORT int userEvent(int winId, const TQString &text=TQString::null, int present=Default, int level=Default,
const TQString &sound=TQString::null, const TQString &file=TQString::null);
/**
@ -271,7 +271,7 @@ namespace KNotifyClient
* \endcode
* @param reason the reason, can be TQString::null.
*/
KDECORE_EXPORT void beep(const TQString& reason=TQString::null);
TDECORE_EXPORT void beep(const TQString& reason=TQString::null);
/**
* Gets the presentation associated with a certain event name
@ -282,7 +282,7 @@ namespace KNotifyClient
* @param eventname the event name to check
* @return the presentation methods
*/
KDECORE_EXPORT int getPresentation(const TQString &eventname);
TDECORE_EXPORT int getPresentation(const TQString &eventname);
/**
* Gets the default file associated with a certain event name
@ -292,7 +292,7 @@ namespace KNotifyClient
* @param present the presentation method
* @return the associated file. Can be TQString::null if not found.
*/
KDECORE_EXPORT TQString getFile(const TQString &eventname, int present);
TDECORE_EXPORT TQString getFile(const TQString &eventname, int present);
/**
* Gets the default presentation for the event of this program.
@ -302,7 +302,7 @@ namespace KNotifyClient
* \endcode
* @return the presentation methods
*/
KDECORE_EXPORT int getDefaultPresentation(const TQString &eventname);
TDECORE_EXPORT int getDefaultPresentation(const TQString &eventname);
/**
* Gets the default File for the event of this program.
@ -313,13 +313,13 @@ namespace KNotifyClient
* @param present the presentation method
* @return the default file. Can be TQString::null if not found.
*/
KDECORE_EXPORT TQString getDefaultFile(const TQString &eventname, int present);
TDECORE_EXPORT TQString getDefaultFile(const TQString &eventname, int present);
/**
* Shortcut to KNotifyClient::Instance::current() :)
* @returns the current KInstance.
*/
KDECORE_EXPORT KInstance * instance();
TDECORE_EXPORT KInstance * instance();
}
#endif

@ -43,7 +43,7 @@ class KPalettePrivate;
*
* @author Waldo Bastian (bastian@kde.org)
**/
class KDECORE_EXPORT KPalette
class TDECORE_EXPORT KPalette
{
public:
/**

@ -35,7 +35,7 @@
* @author Carsten Pfeiffer <pfeiffer@kde.org>
* @short an abstract interface for looking up icons
*/
class KDECORE_EXPORT KPixmapProvider
class TDECORE_EXPORT KPixmapProvider
{
public:
virtual ~KPixmapProvider();

@ -36,7 +36,7 @@ class TQSocketNotifier;
*
* This class takes care of the actual (UN*X) signal handling.
*/
class KDECORE_EXPORT KProcessController : public TQObject
class TDECORE_EXPORT KProcessController : public TQObject
{
Q_OBJECT

@ -127,7 +127,7 @@ class KPty;
* @author Christian Czezatke e9025461@student.tuwien.ac.at
*
**/
class KDECORE_EXPORT KProcess : public TQObject
class TDECORE_EXPORT KProcess : public TQObject
{
Q_OBJECT
@ -901,7 +901,7 @@ class KShellProcessPrivate;
* processes through a shell.
* @author Christian Czezatke <e9025461@student.tuwien.ac.at>
*/
class KDECORE_EXPORT KShellProcess: public KProcess
class TDECORE_EXPORT KShellProcess: public KProcess
{
Q_OBJECT

@ -47,7 +47,7 @@ class TQTextCodec;
**/
class KDECORE_EXPORT KProcIO : public KProcess
class TDECORE_EXPORT KProcIO : public KProcess
{
Q_OBJECT

@ -16,12 +16,12 @@
Boston, MA 02110-1301, USA.
*/
#ifdef MAKE_KDECORE_LIB //needed for proper linkage (win32)
#ifdef MAKE_TDECORE_LIB //needed for proper linkage (win32)
#undef KIO_EXPORT
#define KIO_EXPORT KDE_EXPORT
#endif
#define KPROTOCOLINFO_KDECORE
#define KPROTOCOLINFO_TDECORE
#include "kprotocolinfo.h"
#include "kprotocolinfofactory.h"

@ -37,7 +37,7 @@ class KProtocolInfoPrivate;
*
* @short Factory for KProtocolInfo
*/
class KDECORE_EXPORT KProtocolInfoFactory : public KSycocaFactory
class TDECORE_EXPORT KProtocolInfoFactory : public KSycocaFactory
{
K_SYCOCAFACTORY( KST_KProtocolInfoFactory )
public:

@ -37,7 +37,7 @@ struct KPtyPrivate;
*
* @since 3.2
**/
class KDECORE_EXPORT KPty {
class TDECORE_EXPORT KPty {
public:

@ -36,7 +36,7 @@ class TQGList;
*
* @author Sean Harmer <sh@astro.keele.ac.uk>
*/
class KDECORE_EXPORT KRandomSequence
class TDECORE_EXPORT KRandomSequence
{
public:
/**

@ -57,7 +57,7 @@ class KRegExpPrivate;
*
* @author Torben Weis <weis@kde.org>
*/
class KDECORE_EXPORT KDE_DEPRECATED KRegExp
class TDECORE_EXPORT KDE_DEPRECATED KRegExp
{
public:

@ -29,7 +29,7 @@
*
* @author Waldo Bastian <bastian@kde.org>
*/
class KDECORE_EXPORT KRFCDate
class TDECORE_EXPORT KRFCDate
{
public:
/**

@ -43,7 +43,7 @@ class KRootPropPrivate;
* @see KConfig::KConfig
* @author Mark Donohoe (donohe@kde.org)
*/
class KDECORE_EXPORT KRootProp
class TDECORE_EXPORT KRootProp
{
private:
Atom atom;

@ -38,7 +38,7 @@ class KSaveFilePrivate;
* Some error occurred, no changes have been written whatsoever and the
* old file is still in place.
*/
class KDECORE_EXPORT KSaveFile
class TDECORE_EXPORT KSaveFile
{
public:
/**

@ -37,7 +37,7 @@
*
* @author Waldo Bastian <bastian@kde.org>
*/
class KDECORE_EXPORT KShared {
class TDECORE_EXPORT KShared {
public:
/**
* Standard constructor. This will initialize the reference count

@ -90,7 +90,7 @@ namespace KShell {
* target, see Errors
* @return a list of unquoted words or an empty list if an error occurred
*/
KDECORE_EXPORT TQStringList splitArgs( const TQString &cmd, int flags = 0, int *err = 0 );
TDECORE_EXPORT TQStringList splitArgs( const TQString &cmd, int flags = 0, int *err = 0 );
/**
* Quotes and joins @p args together according to POSIX shell rules.
@ -98,7 +98,7 @@ namespace KShell {
* @param args a list of strings to quote and join
* @return a command suitable for shell execution
*/
KDECORE_EXPORT TQString joinArgs( const TQStringList &args );
TDECORE_EXPORT TQString joinArgs( const TQStringList &args );
/**
* Same as above, but $'' is used instead of '' for the quoting.
@ -110,7 +110,7 @@ namespace KShell {
* @param args a list of strings to quote and join
* @return a command suitable for shell execution
*/
KDECORE_EXPORT TQString joinArgsDQ( const TQStringList &args );
TDECORE_EXPORT TQString joinArgsDQ( const TQStringList &args );
/**
* Quotes and joins @p argv together according to POSIX shell rules.
@ -121,7 +121,7 @@ namespace KShell {
* @p argv must be null-terminated.
* @return a command suitable for shell execution
*/
KDECORE_EXPORT TQString joinArgs( const char * const *argv, int argc = -1 );
TDECORE_EXPORT TQString joinArgs( const char * const *argv, int argc = -1 );
/**
* Performs tilde expansion on @p path. Interprets "~/path" and
@ -130,7 +130,7 @@ namespace KShell {
* @param path the path to tilde-expand
* @return the expanded path
*/
KDECORE_EXPORT TQString tildeExpand( const TQString &path );
TDECORE_EXPORT TQString tildeExpand( const TQString &path );
/**
* Obtain a @p user's home directory.
@ -139,7 +139,7 @@ namespace KShell {
* An empty string denotes the current user.
* @return The user's home directory.
*/
KDECORE_EXPORT TQString homeDir( const TQString &user );
TDECORE_EXPORT TQString homeDir( const TQString &user );
}

@ -37,7 +37,7 @@ class KKeyNative;
* @see KShortcut
*/
class KDECORE_EXPORT KKey
class TDECORE_EXPORT KKey
{
public:
/**
@ -285,7 +285,7 @@ class KDECORE_EXPORT KKey
* @see KShortcut
*/
class KDECORE_EXPORT KKeySequence
class TDECORE_EXPORT KKeySequence
{
public:
/// Defines the maximum length of the key sequence
@ -540,7 +540,7 @@ class KDECORE_EXPORT KKeySequence
*
*/
class KDECORE_EXPORT KShortcut
class TDECORE_EXPORT KShortcut
{
public:
/**

@ -45,7 +45,7 @@ class KShortcut;
*
* @short Base class for accessing accelerator lists
*/
class KDECORE_EXPORT KShortcutList
class TDECORE_EXPORT KShortcutList
{
public:
/**
@ -195,7 +195,7 @@ class KGlobalAccel;
* KShortcutList implementation to access KAccel and
* KGlobalAccel lists.
*/
class KDECORE_EXPORT KAccelShortcutList : public KShortcutList
class TDECORE_EXPORT KAccelShortcutList : public KShortcutList
{
public:
/**
@ -260,7 +260,7 @@ namespace KStdAccel {
* KShortcutList implementation that accesses KStdAccel
* actions.
*/
class KDECORE_EXPORT ShortcutList : public KShortcutList
class TDECORE_EXPORT ShortcutList : public KShortcutList
{
public:
/**

@ -32,7 +32,7 @@ class KAccelActions;
/**
* @internal
*/
class KDECORE_EXPORT KShortcutMenu : public TQPopupMenu
class TDECORE_EXPORT KShortcutMenu : public TQPopupMenu
{
Q_OBJECT
public:

@ -38,7 +38,7 @@ class KSimpleConfigPrivate;
* @see KConfigBase KConfig
* @short KDE Configuration Management class with deletion ability
*/
class KDECORE_EXPORT KSimpleConfig : public KConfig
class TDECORE_EXPORT KSimpleConfig : public KConfig
{
Q_OBJECT

@ -88,7 +88,7 @@ class KServerSocketPrivate;
* @author Torben Weis <weis@uni-frankfurt.de>
* @short A TCP/IP client socket.
*/
class KDECORE_EXPORT KSocket : public TQObject
class TDECORE_EXPORT KSocket : public TQObject
{
Q_OBJECT
public:
@ -251,7 +251,7 @@ private:
*
* @author Torben Weis <weis@stud.uni-frankfurt.de>
*/
class KDECORE_EXPORT KServerSocket : public TQObject
class TDECORE_EXPORT KServerSocket : public TQObject
{
Q_OBJECT
public:

@ -43,7 +43,7 @@ class KSocketAddressPrivate;
* @author Thiago Macieira <thiago.macieira@kdemail.net>
* @short a socket address.
*/
class KDECORE_EXPORT KSocketAddress: public TQObject
class TDECORE_EXPORT KSocketAddress: public TQObject
{
Q_OBJECT
protected:
@ -230,7 +230,7 @@ class KInetSocketAddressPrivate;
* @author Thiago Macieira <thiago.macieira@kdemail.net>
* @short an Internet socket address
*/
class KDECORE_EXPORT KInetSocketAddress: public ::KSocketAddress
class TDECORE_EXPORT KInetSocketAddress: public ::KSocketAddress
{
Q_OBJECT
public:
@ -581,7 +581,7 @@ class KUnixSocketAddressPrivate;
* @author Thiago Macieira <thiago.macieira@kdemail.net>
* @short a Unix socket address
*/
class KDECORE_EXPORT KUnixSocketAddress: public ::KSocketAddress
class TDECORE_EXPORT KUnixSocketAddress: public ::KSocketAddress
{
Q_OBJECT
public:

@ -45,7 +45,7 @@ typedef unsigned ksocklen_t;
*
* @short Access to a SOCKS Proxy.
*/
class KDECORE_EXPORT KSocks {
class TDECORE_EXPORT KSocks {
friend class KStaticDeleter<KSocks>;
public:

@ -122,7 +122,7 @@ class KStandardDirsPrivate;
*
* @see KGlobalSettings
*/
class KDECORE_EXPORT KStandardDirs
class TDECORE_EXPORT KStandardDirs
{
public:
/**
@ -700,7 +700,7 @@ public:
* This function is just for convenience. It simply calls
*instance->dirs()->\link KStandardDirs::findResource() findResource\endlink(type, filename).
**/
KDECORE_EXPORT TQString locate( const char *type, const TQString& filename, const KInstance* instance = KGlobal::instance() );
TDECORE_EXPORT TQString locate( const char *type, const TQString& filename, const KInstance* instance = KGlobal::instance() );
/*!
* \relates KStandardDirs
@ -711,7 +711,7 @@ KDECORE_EXPORT TQString locate( const char *type, const TQString& filename, cons
* specific file, filename must have a trailing slash.
*
**/
KDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename, const KInstance* instance = KGlobal::instance() );
TDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename, const KInstance* instance = KGlobal::instance() );
/*!
* \relates KStandardDirs
@ -722,7 +722,7 @@ KDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename,
* filename must have a trailing slash.
*
**/
KDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename, bool createDir, const KInstance* instance = KGlobal::instance() );
TDECORE_EXPORT TQString locateLocal( const char *type, const TQString& filename, bool createDir, const KInstance* instance = KGlobal::instance() );
/*! @} */

@ -64,7 +64,7 @@ class KStartupInfoPrivate;
*
* @author Lubos Lunak <l.lunak@kde.org>
*/
class KDECORE_EXPORT KStartupInfo
class TDECORE_EXPORT KStartupInfo
: public TQObject
{
Q_OBJECT
@ -392,7 +392,7 @@ class KStartupInfoIdPrivate;
*
* @author Lubos Lunak <l.lunak@kde.org>
*/
class KDECORE_EXPORT KStartupInfoId
class TDECORE_EXPORT KStartupInfoId
{
public:
/**
@ -465,7 +465,7 @@ class KStartupInfoDataPrivate;
*
* @author Lubos Lunak <l.lunak@kde.org>
*/
class KDECORE_EXPORT KStartupInfoData
class TDECORE_EXPORT KStartupInfoData
{
public:
/**

@ -36,7 +36,7 @@
* @see KGlobal::unregisterStaticDeleter()
* @see KGlobal::deleteStaticDeleters()
*/
class KDECORE_EXPORT KStaticDeleterBase {
class TDECORE_EXPORT KStaticDeleterBase {
public:
virtual ~KStaticDeleterBase() { }
/**

@ -376,16 +376,16 @@ bool ShortcutList::save() const
return writeSettings( TQString::null, 0, false, true );
}
KDECORE_EXPORT TQString action(StdAccel id)
TDECORE_EXPORT TQString action(StdAccel id)
{ return name(id); }
KDECORE_EXPORT TQString description(StdAccel id)
TDECORE_EXPORT TQString description(StdAccel id)
{ return label(id); }
KDECORE_EXPORT int key(StdAccel id)
TDECORE_EXPORT int key(StdAccel id)
{ return shortcut(id).keyCodeQt(); }
KDECORE_EXPORT int defaultKey(StdAccel id)
TDECORE_EXPORT int defaultKey(StdAccel id)
{ return shortcutDefault(id).keyCodeQt(); }
KDECORE_EXPORT bool isEqual(const TQKeyEvent* ev, int keyQt)
TDECORE_EXPORT bool isEqual(const TQKeyEvent* ev, int keyQt)
{
KKey key1( ev ), key2( keyQt );
return key1 == key2;

@ -87,28 +87,28 @@ namespace KStdAccel
* Returns the keybinding for @p accel.
* @param id the id of the accelerator
*/
KDECORE_EXPORT const KShortcut& shortcut(StdAccel id);
TDECORE_EXPORT const KShortcut& shortcut(StdAccel id);
/**
* Returns a unique name for the given accel.
* @param id the id of the accelerator
* @return the unique name of the accelerator
*/
KDECORE_EXPORT TQString name(StdAccel id);
TDECORE_EXPORT TQString name(StdAccel id);
/**
* Returns a localized label for user-visible display.
* @param id the id of the accelerator
* @return a localized label for the accelerator
*/
KDECORE_EXPORT TQString label(StdAccel id);
TDECORE_EXPORT TQString label(StdAccel id);
/**
* Returns an extended WhatsThis description for the given accelerator.
* @param id the id of the accelerator
* @return a localized description of the accelerator
*/
KDECORE_EXPORT TQString whatsThis(StdAccel id);
TDECORE_EXPORT TQString whatsThis(StdAccel id);
/**
* Return the StdAccel id of the standard accel action which
@ -118,7 +118,7 @@ namespace KStdAccel
* @return the id of the standard accelerator, or AccelNone if there
* is none
*/
KDECORE_EXPORT StdAccel findStdAccel( const KKeySequence &keySeq );
TDECORE_EXPORT StdAccel findStdAccel( const KKeySequence &keySeq );
/**
* Returns the hardcoded default shortcut for @p id.
@ -126,348 +126,348 @@ namespace KStdAccel
* @param id the id of the accelerator
* @return the default shortcut of the accelerator
*/
KDECORE_EXPORT KShortcut shortcutDefault(StdAccel id);
TDECORE_EXPORT KShortcut shortcutDefault(StdAccel id);
/**
* Returns the hardcoded default 3 modifier shortcut for @p id.
* This does not take into account the user's configuration.
* @param id the id of the accelerator
* @return the default 3 modifier shortcut
*/
KDECORE_EXPORT KShortcut shortcutDefault3(StdAccel id);
TDECORE_EXPORT KShortcut shortcutDefault3(StdAccel id);
/**
* Returns the hardcoded default 4 modifier shortcut for @p id.
* This does not take into account the user's configuration.
* @param id the id of the accelerator
* @return the default 4 modifier shortcut
*/
KDECORE_EXPORT KShortcut shortcutDefault4(StdAccel id);
TDECORE_EXPORT KShortcut shortcutDefault4(StdAccel id);
/**
* Open file. Default: Ctrl-o
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& open();
TDECORE_EXPORT const KShortcut& open();
/**
* Create a new document (or whatever). Default: Ctrl-n
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& openNew();
TDECORE_EXPORT const KShortcut& openNew();
/**
* Close current document. Default: Ctrl-w
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& close();
TDECORE_EXPORT const KShortcut& close();
/**
* Save current document. Default: Ctrl-s
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& save();
TDECORE_EXPORT const KShortcut& save();
/**
* Print current document. Default: Ctrl-p
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& print();
TDECORE_EXPORT const KShortcut& print();
/**
* Quit the program. Default: Ctrl-q
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& quit();
TDECORE_EXPORT const KShortcut& quit();
/**
* Undo last operation. Default: Ctrl-z
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& undo();
TDECORE_EXPORT const KShortcut& undo();
/**
* Redo. Default: Shift-Ctrl-z
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& redo();
TDECORE_EXPORT const KShortcut& redo();
/**
* Cut selected area and store it in the clipboard. Default: Ctrl-x
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& cut();
TDECORE_EXPORT const KShortcut& cut();
/**
* Copy selected area into the clipboard. Default: Ctrl-c
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& copy();
TDECORE_EXPORT const KShortcut& copy();
/**
* Paste contents of clipboard at mouse/cursor position. Default: Ctrl-v
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& paste();
TDECORE_EXPORT const KShortcut& paste();
/**
* Paste the selection at mouse/cursor position. Default: Ctrl-Shift-Insert
* @return the shortcut of the standard accelerator
* @since 3.4
*/
KDECORE_EXPORT const KShortcut& pasteSelection();
TDECORE_EXPORT const KShortcut& pasteSelection();
/**
* Reload. Default: Ctrl-A
* @return the shortcut of the standard accelerator
**/
KDECORE_EXPORT const KShortcut& selectAll();
TDECORE_EXPORT const KShortcut& selectAll();
/**
* Delete a word back from mouse/cursor position. Default: Ctrl-Backspace
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& deleteWordBack();
TDECORE_EXPORT const KShortcut& deleteWordBack();
/**
* Delete a word forward from mouse/cursor position. Default: Ctrl-Delete
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& deleteWordForward();
TDECORE_EXPORT const KShortcut& deleteWordForward();
/**
* Find, search. Default: Ctrl-f
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& find();
TDECORE_EXPORT const KShortcut& find();
/**
* Find/search next. Default: F3
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& findNext();
TDECORE_EXPORT const KShortcut& findNext();
/**
* Find/search previous. Default: Shift-F3
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& findPrev();
TDECORE_EXPORT const KShortcut& findPrev();
/**
* Find and replace matches. Default: Ctrl-r
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& replace();
TDECORE_EXPORT const KShortcut& replace();
/**
* Zoom in. Default: Ctrl-Plus
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& zoomIn();
TDECORE_EXPORT const KShortcut& zoomIn();
/**
* Zoom out. Default: Ctrl-Minus
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& zoomOut();
TDECORE_EXPORT const KShortcut& zoomOut();
/**
* Toggle insert/overwrite (with visual feedback, e.g. in the statusbar). Default: Insert
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& insert();
TDECORE_EXPORT const KShortcut& insert();
/**
* Goto beginning of the document. Default: Ctrl-Home
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& home();
TDECORE_EXPORT const KShortcut& home();
/**
* Goto end of the document. Default: Ctrl-End
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& end();
TDECORE_EXPORT const KShortcut& end();
/**
* Goto beginning of current line. Default: Home
* @return the shortcut of the standard accelerator
* @since 3.3
*/
KDECORE_EXPORT const KShortcut& beginningOfLine();
TDECORE_EXPORT const KShortcut& beginningOfLine();
/**
* Goto end of current line. Default: End
* @return the shortcut of the standard accelerator
* @since 3.3
*/
KDECORE_EXPORT const KShortcut& endOfLine();
TDECORE_EXPORT const KShortcut& endOfLine();
/**
* Scroll up one page. Default: Prior
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& prior();
TDECORE_EXPORT const KShortcut& prior();
/**
* Scroll down one page. Default: Next
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& next();
TDECORE_EXPORT const KShortcut& next();
/**
* Go to line. Default: Ctrl+G
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& gotoLine();
TDECORE_EXPORT const KShortcut& gotoLine();
/**
* Add current page to bookmarks. Default: Ctrl+B
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& addBookmark();
TDECORE_EXPORT const KShortcut& addBookmark();
/**
* Next Tab. Default: Ctrl-<
* @return the shortcut of the standard accelerator
* @since 3.2
*/
KDECORE_EXPORT const KShortcut& tabNext();
TDECORE_EXPORT const KShortcut& tabNext();
/**
* Previous Tab. Default: Ctrl->
* @return the shortcut of the standard accelerator
* @since 3.2
*/
KDECORE_EXPORT const KShortcut& tabPrev();
TDECORE_EXPORT const KShortcut& tabPrev();
/**
* Full Screen Mode. Default: Ctrl+Shift+F
* @return the shortcut of the standard accelerator
* @since 3.2
*/
KDECORE_EXPORT const KShortcut& fullScreen();
TDECORE_EXPORT const KShortcut& fullScreen();
/**
* Help the user in the current situation. Default: F1
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& help();
TDECORE_EXPORT const KShortcut& help();
/**
* Complete text in input widgets. Default Ctrl+E
* @return the shortcut of the standard accelerator
**/
KDECORE_EXPORT const KShortcut& completion();
TDECORE_EXPORT const KShortcut& completion();
/**
* Iterate through a list when completion returns
* multiple items. Default: Ctrl+Up
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& prevCompletion();
TDECORE_EXPORT const KShortcut& prevCompletion();
/**
* Iterate through a list when completion returns
* multiple items. Default: Ctrl+Down
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& nextCompletion();
TDECORE_EXPORT const KShortcut& nextCompletion();
/**
* Find a string within another string or list of strings.
* Default: Ctrl-T
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& substringCompletion();
TDECORE_EXPORT const KShortcut& substringCompletion();
/**
* Help users iterate through a list of entries. Default: Up
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& rotateUp();
TDECORE_EXPORT const KShortcut& rotateUp();
/**
* Help users iterate through a list of entries. Default: Down
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& rotateDown();
TDECORE_EXPORT const KShortcut& rotateDown();
/**
* popup a context menu. Default: Menu
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& popupMenuContext();
TDECORE_EXPORT const KShortcut& popupMenuContext();
/**
* What's This button. Default: Shift+F1
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& whatsThis();
TDECORE_EXPORT const KShortcut& whatsThis();
/**
* Reload. Default: F5
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& reload();
TDECORE_EXPORT const KShortcut& reload();
/**
* Up. Default: Alt+Up
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& up();
TDECORE_EXPORT const KShortcut& up();
/**
* Back. Default: Alt+Left
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& back();
TDECORE_EXPORT const KShortcut& back();
/**
* Forward. Default: ALT+Right
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& forward();
TDECORE_EXPORT const KShortcut& forward();
/**
* BackwardWord. Default: Ctrl+Left
* @return the shortcut of the standard accelerator
* @since 3.3
*/
KDECORE_EXPORT const KShortcut& backwardWord();
TDECORE_EXPORT const KShortcut& backwardWord();
/**
* ForwardWord. Default: Ctrl+Right
* @return the shortcut of the standard accelerator
* @since 3.3
*/
KDECORE_EXPORT const KShortcut& forwardWord();
TDECORE_EXPORT const KShortcut& forwardWord();
/**
* Show Menu Bar. Default: Ctrl-M
* @return the shortcut of the standard accelerator
*/
KDECORE_EXPORT const KShortcut& showMenubar();
TDECORE_EXPORT const KShortcut& showMenubar();
#if !defined(KDE_NO_COMPAT) && !defined(__KSTDACCEL_CPP_)
/**
* @deprecated
* Obsolete. Use name(). Returns a string representation for @p accel.
*/
KDECORE_EXPORT TQString action(StdAccel id) KDE_DEPRECATED;
TDECORE_EXPORT TQString action(StdAccel id) KDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use desc(). Returns a localized description of @p accel.
*/
KDECORE_EXPORT TQString description(StdAccel id) KDE_DEPRECATED;
TDECORE_EXPORT TQString description(StdAccel id) KDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use shortcut(). Returns the keybinding for @p accel.
*/
KDECORE_EXPORT int key(StdAccel) KDE_DEPRECATED;
TDECORE_EXPORT int key(StdAccel) KDE_DEPRECATED;
/**
* @deprecated
* Obsolete. Use shortcutDefault().
*/
KDECORE_EXPORT int defaultKey(StdAccel accel) KDE_DEPRECATED;
TDECORE_EXPORT int defaultKey(StdAccel accel) KDE_DEPRECATED;
/**
* @deprecated. Use KKey(const TQKeyEvent*) == KKey(int).
@ -484,7 +484,7 @@ namespace KStdAccel
*
* @return true if the int value matches the integer representation of the QKeyEvent
*/
KDECORE_EXPORT bool isEqual(const TQKeyEvent* pEvent, int keyQt) KDE_DEPRECATED;
TDECORE_EXPORT bool isEqual(const TQKeyEvent* pEvent, int keyQt) KDE_DEPRECATED;
#endif // !KDE_NO_COMPAT
}

@ -66,7 +66,7 @@
* @author Ian Zepp <icszepp@islc.net>
* @see KShell
*/
class KDECORE_EXPORT KStringHandler
class TDECORE_EXPORT KStringHandler
{
public:
/** Returns the nth word in the string if found

@ -41,7 +41,7 @@ class KSycocaFactoryList;
* @internal
* Read-only SYstem COnfiguration CAche
*/
class KDECORE_EXPORT KSycoca : public TQObject, public DCOPObject
class TDECORE_EXPORT KSycoca : public TQObject, public DCOPObject
{
Q_OBJECT
K_DCOP

@ -31,7 +31,7 @@ class KSycocaDictStringList;
* @internal
* Hash table implementation for the sycoca database file
*/
class KDECORE_EXPORT KSycocaDict
class TDECORE_EXPORT KSycocaDict
{
public:
/**

@ -34,7 +34,7 @@ class TQDataStream;
* @internal
* @see http://developer.kde.org/documentation/library/kdeqt/trinityarch/ksycoca.html
*/
class KDECORE_EXPORT KSycocaEntry : public KShared
class TDECORE_EXPORT KSycocaEntry : public KShared
{
public:

@ -36,7 +36,7 @@ typedef TQDict<KSycocaEntry::Ptr> KSycocaEntryDict;
* @internal
* Base class for sycoca factories
*/
class KDECORE_EXPORT KSycocaFactory
class TDECORE_EXPORT KSycocaFactory
{
public:
virtual KSycocaFactoryId factoryId() const = 0;
@ -134,7 +134,7 @@ protected:
/** This, instead of a typedef, allows to declare "class ..." in header files
* @internal
*/
class KDECORE_EXPORT KSycocaFactoryList : public TQPtrList<KSycocaFactory>
class TDECORE_EXPORT KSycocaFactoryList : public TQPtrList<KSycocaFactory>
{
public:
KSycocaFactoryList() { }

@ -50,7 +50,7 @@ class KTempDirPrivate;
* @since 3.2
* @author Joseph Wenninger <jowenn@kde.org>
*/
class KDECORE_EXPORT KTempDir
class TDECORE_EXPORT KTempDir
{
public:
/**

@ -52,7 +52,7 @@ class KTempFilePrivate;
*
* @author Waldo Bastian <bastian@kde.org>
*/
class KDECORE_EXPORT KTempFile
class TDECORE_EXPORT KTempFile
{
friend class KSaveFile;
public:

@ -48,7 +48,7 @@ class KTimezonesPrivate;
* @since 3.5
* @author S.R.Haque <srhaque@iee.org>.
*/
class KDECORE_EXPORT KTimezoneSource :
class TDECORE_EXPORT KTimezoneSource :
public KShared
{
public:
@ -82,7 +82,7 @@ private:
* @since 3.5
* @author S.R.Haque <srhaque@iee.org>.
*/
class KDECORE_EXPORT KTimezone
class TDECORE_EXPORT KTimezone
{
public:
/**
@ -222,7 +222,7 @@ private:
* @since 3.5
* @author S.R.Haque <srhaque@iee.org>.
*/
class KDECORE_EXPORT KTimezoneDetails
class TDECORE_EXPORT KTimezoneDetails
{
public:
KTimezoneDetails();
@ -293,7 +293,7 @@ private:
* @since 3.5
* @author S.R.Haque <srhaque@iee.org>.
*/
class KDECORE_EXPORT KTimezones
class TDECORE_EXPORT KTimezones
{
public:
KTimezones();

@ -45,7 +45,7 @@ class KUniqueApplicationPrivate;
* @see KApplication DCOPObject
* @author Preston Brown <pbrown@kde.org>
*/
class KDECORE_EXPORT KUniqueApplication : public KApplication, public DCOPObject
class TDECORE_EXPORT KUniqueApplication : public KApplication, public DCOPObject
{
Q_OBJECT
public:

@ -124,7 +124,7 @@ class KURLPrivate;
*
* @author Torben Weis <weis@kde.org>
*/
class KDECORE_EXPORT KURL
class TDECORE_EXPORT KURL
{
public:
/**
@ -184,7 +184,7 @@ public:
* @see KURL
* @see QValueList
*/
class KDECORE_EXPORT List : public TQValueList<KURL>
class TDECORE_EXPORT List : public TQValueList<KURL>
{
public:
/**
@ -1793,8 +1793,8 @@ private:
unsigned short int m_iPort;
TQString m_strPath_encoded;
friend KDECORE_EXPORT TQDataStream & operator<< (TQDataStream & s, const KURL & a);
friend KDECORE_EXPORT TQDataStream & operator>> (TQDataStream & s, KURL & a);
friend TDECORE_EXPORT TQDataStream & operator<< (TQDataStream & s, const KURL & a);
friend TDECORE_EXPORT TQDataStream & operator>> (TQDataStream & s, KURL & a);
private:
KURLPrivate* d;
};
@ -1806,7 +1806,7 @@ private:
* are nevertheless considered to be unequal.
* That means no malformed URL equals anything else.
*/
KDECORE_EXPORT bool urlcmp( const TQString& _url1, const TQString& _url2 );
TDECORE_EXPORT bool urlcmp( const TQString& _url1, const TQString& _url2 );
/**
* \relates KURL
@ -1820,9 +1820,9 @@ KDECORE_EXPORT bool urlcmp( const TQString& _url1, const TQString& _url2 );
* @param _ignore_trailing Described in KURL::cmp
* @param _ignore_ref If true, disables comparison of HTML-style references.
*/
KDECORE_EXPORT bool urlcmp( const TQString& _url1, const TQString& _url2, bool _ignore_trailing, bool _ignore_ref );
TDECORE_EXPORT bool urlcmp( const TQString& _url1, const TQString& _url2, bool _ignore_trailing, bool _ignore_ref );
KDECORE_EXPORT TQDataStream & operator<< (TQDataStream & s, const KURL & a);
KDECORE_EXPORT TQDataStream & operator>> (TQDataStream & s, KURL & a);
TDECORE_EXPORT TQDataStream & operator<< (TQDataStream & s, const KURL & a);
TDECORE_EXPORT TQDataStream & operator>> (TQDataStream & s, KURL & a);
#endif

@ -41,7 +41,7 @@ class KURLDragPrivate;
* To create a drag object, use the KURLDrag constructor.
* To handle drops, use TQUriDrag::canDecode() and KURLDrag::decode()
*/
class KDECORE_EXPORT KURLDrag : public TQUriDrag
class TDECORE_EXPORT KURLDrag : public TQUriDrag
{
public:
/**

@ -42,7 +42,7 @@ template <class T> class TQValueList;
* @author Tim Jansen <tim@tjansen.de>
* @since 3.2
*/
class KDECORE_EXPORT KUser {
class TDECORE_EXPORT KUser {
public:
@ -253,7 +253,7 @@ struct group;
* @author Jan Schaefer <j_schaef@informatik.uni-kl.de>
* @since 3.3
*/
class KDECORE_EXPORT KUserGroup {
class TDECORE_EXPORT KUserGroup {
public:

@ -36,7 +36,7 @@ class KVMAllocatorPrivate;
*
* @author Waldo Bastian <bastian@kde.org>
*/
class KDECORE_EXPORT KVMAllocator
class TDECORE_EXPORT KVMAllocator
{
public:
struct Block;

@ -58,7 +58,7 @@ class NETWinInfo;
* @see NetWinInfo
* @author Matthias Ettrich (ettrich@kde.org)
*/
class KDECORE_EXPORT KWin
class TDECORE_EXPORT KWin
{
public:
@ -466,7 +466,7 @@ public:
/**
* @deprecated Use WindowInfo .
*/
struct KDECORE_EXPORT Info
struct TDECORE_EXPORT Info
{
/// The window's id.
WId win;
@ -519,7 +519,7 @@ private:
* Information about a window.
* @since 3.2
*/
class KDECORE_EXPORT KWin::WindowInfo
class TDECORE_EXPORT KWin::WindowInfo
{
public:
/**

@ -53,7 +53,7 @@ class KWinModulePrivate;
* @short Base class for KDE Window Manager modules.
* @author Matthias Ettrich (ettrich@kde.org)
*/
class KDECORE_EXPORT KWinModule : public TQObject
class TDECORE_EXPORT KWinModule : public TQObject
{
Q_OBJECT

@ -54,7 +54,7 @@
* @author Lubos Lunak <l.lunak@kde.org>
* @short Handler for X errors
*/
class KDECORE_EXPORT KXErrorHandler
class TDECORE_EXPORT KXErrorHandler
{
public:
/**

@ -49,7 +49,7 @@ class KXMessagesPrivate;
* @author Lubos Lunak <l.lunak@kde.org>
*/
// KDE4 - make this internal for KStartupInfo only?
class KDECORE_EXPORT KXMessages
class TDECORE_EXPORT KXMessages
: public TQWidget
{
Q_OBJECT

@ -162,10 +162,10 @@ struct kde_addrinfo
int origin;
};
extern KDECORE_EXPORT int kde_getaddrinfo(const char *name, const char *service,
extern TDECORE_EXPORT int kde_getaddrinfo(const char *name, const char *service,
const struct addrinfo* hint,
struct kde_addrinfo** result);
extern KDECORE_EXPORT void kde_freeaddrinfo(struct kde_addrinfo *p);
extern TDECORE_EXPORT void kde_freeaddrinfo(struct kde_addrinfo *p);
#if !defined(HAVE_GETADDRINFO) || defined(HAVE_BROKEN_GETADDRINFO)
@ -253,15 +253,15 @@ struct addrinfo
namespace KDE
{
/** \internal */
extern KDECORE_EXPORT int getaddrinfo(const char *name, const char *service,
extern TDECORE_EXPORT int getaddrinfo(const char *name, const char *service,
const struct addrinfo* hint,
struct addrinfo** result);
/** \internal */
extern KDECORE_EXPORT void freeaddrinfo(struct addrinfo* ai);
extern TDECORE_EXPORT void freeaddrinfo(struct addrinfo* ai);
/** \internal */
extern KDECORE_EXPORT char *gai_strerror(int errorcode);
extern TDECORE_EXPORT char *gai_strerror(int errorcode);
/** \internal */
extern KDECORE_EXPORT int getnameinfo(const struct sockaddr *sa,
extern TDECORE_EXPORT int getnameinfo(const struct sockaddr *sa,
unsigned int salen,
char *host, size_t hostlen,
char *serv, size_t servlen,
@ -281,7 +281,7 @@ namespace KDE
namespace KDE
{
/** \internal */
extern KDECORE_EXPORT int inet_pton(int af, const char *cp, void* buf);
extern TDECORE_EXPORT int inet_pton(int af, const char *cp, void* buf);
}
# define inet_pton KDE::inet_pton
@ -292,7 +292,7 @@ namespace KDE
namespace KDE
{
/** \internal */
extern KDECORE_EXPORT const char* inet_ntop(int af, const void *cp, char *buf, size_t len);
extern TDECORE_EXPORT const char* inet_ntop(int af, const void *cp, char *buf, size_t len);
}
# define inet_ntop KDE::inet_ntop

@ -23,12 +23,12 @@
#include "netsupp.h"
KDECORE_EXPORT void kde_freeaddrinfo(struct kde_addrinfo *ai)
TDECORE_EXPORT void kde_freeaddrinfo(struct kde_addrinfo *ai)
{
//TODO
}
KDECORE_EXPORT int kde_getaddrinfo(const char *name, const char *service,
TDECORE_EXPORT int kde_getaddrinfo(const char *name, const char *service,
const struct addrinfo* hint,
struct kde_addrinfo** result)
{
@ -37,7 +37,7 @@ KDECORE_EXPORT int kde_getaddrinfo(const char *name, const char *service,
return err;
}
KDECORE_EXPORT char *gai_strerror(int errorcode)
TDECORE_EXPORT char *gai_strerror(int errorcode)
{
return 0;
}
@ -51,13 +51,13 @@ int getnameinfo(const struct sockaddr *sa,
return -1;
}
KDECORE_EXPORT const char* inet_ntop(int af, const void *cp, char *buf, size_t len)
TDECORE_EXPORT const char* inet_ntop(int af, const void *cp, char *buf, size_t len)
{
//TODO
return 0;
}
KDECORE_EXPORT int inet_pton(int af, const char *cp, void *buf)
TDECORE_EXPORT int inet_pton(int af, const char *cp, void *buf)
{
//TODO
return -1;

@ -55,7 +55,7 @@ template <class Z> class NETRArray;
@see KWin
**/
class KDECORE_EXPORT NETRootInfo : public NET {
class TDECORE_EXPORT NETRootInfo : public NET {
public:
/**
Indexes for the properties array.
@ -775,7 +775,7 @@ private:
use it instead of NETRootInfo and override also the added virtual methods.
@since 3.2
*/
class KDECORE_EXPORT NETRootInfo2
class TDECORE_EXPORT NETRootInfo2
: public NETRootInfo
{
public:
@ -847,7 +847,7 @@ protected:
use it instead of NETRootInfo and override also the added virtual methods.
@since 3.3
*/
class KDECORE_EXPORT NETRootInfo3
class TDECORE_EXPORT NETRootInfo3
: public NETRootInfo2
{
public:
@ -899,7 +899,7 @@ protected:
use it instead of NETRootInfo and override also the added virtual methods.
@since 3.5
*/
class KDECORE_EXPORT NETRootInfo4
class TDECORE_EXPORT NETRootInfo4
: public NETRootInfo3
{
public:
@ -936,7 +936,7 @@ protected:
@see http://www.freedesktop.org/standards/wm-spec/
**/
class KDECORE_EXPORT NETWinInfo : public NET {
class TDECORE_EXPORT NETWinInfo : public NET {
public:
/**
Indexes for the properties array.

@ -232,7 +232,7 @@ struct NETStrut {
@see http://www.freedesktop.org/standards/wm-spec/
**/
class KDECORE_EXPORT NET {
class TDECORE_EXPORT NET {
public:
/**
Application role. This is used internally to determine how several action

@ -55,7 +55,7 @@ class KBufferedSocketPrivate;
* @see KNetwork::KStreamSocket, KNetwork::KServerSocket
* @author Thiago Macieira <thiago@kde.org>
*/
class KDECORE_EXPORT KBufferedSocket: public KStreamSocket
class TDECORE_EXPORT KBufferedSocket: public KStreamSocket
{
Q_OBJECT
TQ_OBJECT

@ -50,7 +50,7 @@ class KClientSocketBasePrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KClientSocketBase :
class TDECORE_EXPORT KClientSocketBase :
#ifdef USE_QT4
#else // USE_QT4
public TQObject,

@ -48,7 +48,7 @@ class KResolverEntry;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KDatagramPacket
class TDECORE_EXPORT KDatagramPacket
{
TQByteArray m_data;
KSocketAddress m_address;
@ -177,7 +177,7 @@ class KDatagramSocketPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KDatagramSocket: public KClientSocketBase
class TDECORE_EXPORT KDatagramSocket: public KClientSocketBase
{
Q_OBJECT
TQ_OBJECT

@ -40,7 +40,7 @@ class KHttpProxySocketDevicePrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KHttpProxySocketDevice: public KSocketDevice
class TDECORE_EXPORT KHttpProxySocketDevice: public KSocketDevice
{
public:
/**

@ -45,7 +45,7 @@ class KMulticastSocketPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KMulticastSocket: public KDatagramSocket
class TDECORE_EXPORT KMulticastSocket: public KDatagramSocket
{
// Q_add-it-here_OBJECT
public:

@ -63,7 +63,7 @@ class KResolverEntryPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KResolverEntry
class TDECORE_EXPORT KResolverEntry
{
public:
/**
@ -194,7 +194,7 @@ class KResolverResultsPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KResolverResults: public TQValueList<KResolverEntry>
class TDECORE_EXPORT KResolverResults: public TQValueList<KResolverEntry>
{
public:
/**
@ -292,7 +292,7 @@ class KResolverPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KResolver: public TQObject
class TDECORE_EXPORT KResolver: public TQObject
{
Q_OBJECT
TQ_OBJECT

@ -47,7 +47,7 @@ class KReverseResolverPrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KReverseResolver: public TQObject
class TDECORE_EXPORT KReverseResolver: public TQObject
{
Q_OBJECT
TQ_OBJECT

@ -104,7 +104,7 @@ class KServerSocketPrivate;
* @see KNetwork::KStreamSocket, KNetwork::KBufferedSocket
* @author Thiago Macieira <thiago@kde.org>
*/
class KDECORE_EXPORT KServerSocket: public TQObject, public KPassiveSocketBase
class TDECORE_EXPORT KServerSocket: public TQObject, public KPassiveSocketBase
{
Q_OBJECT
TQ_OBJECT

@ -59,7 +59,7 @@ class KUnixSocketAddress;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KIpAddress
class TDECORE_EXPORT KIpAddress
{
public:
/**
@ -420,7 +420,7 @@ class KSocketAddressData;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KSocketAddress
class TDECORE_EXPORT KSocketAddress
{
public:
/**
@ -648,7 +648,7 @@ public: // static
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KInetSocketAddress: public KSocketAddress
class TDECORE_EXPORT KInetSocketAddress: public KSocketAddress
{
friend class KSocketAddress;
public:
@ -837,7 +837,7 @@ private:
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KUnixSocketAddress: public KSocketAddress
class TDECORE_EXPORT KUnixSocketAddress: public KSocketAddress
{
friend class KSocketAddress;
public:

@ -94,7 +94,7 @@ class KSocketBasePrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KSocketBase
class TDECORE_EXPORT KSocketBase
{
public:
/**
@ -440,7 +440,7 @@ private:
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KActiveSocketBase: public TQIODevice, virtual public KSocketBase
class TDECORE_EXPORT KActiveSocketBase: public TQIODevice, virtual public KSocketBase
{
public:
/**
@ -689,7 +689,7 @@ protected:
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KPassiveSocketBase: virtual public KSocketBase
class TDECORE_EXPORT KPassiveSocketBase: virtual public KSocketBase
{
public:
/**

@ -47,7 +47,7 @@ class KSocketDevicePrivate;
*
* @author Thiago Macieira <thiago.macieira@kdemail.net>
*/
class KDECORE_EXPORT KSocketDevice: public KActiveSocketBase, public KPassiveSocketBase
class TDECORE_EXPORT KSocketDevice: public KActiveSocketBase, public KPassiveSocketBase
{
public:
/**

@ -37,7 +37,7 @@ namespace KNetwork {
*
* @warning This code is untested!
*/
class KDECORE_EXPORT KSocksSocketDevice: public KSocketDevice
class TDECORE_EXPORT KSocksSocketDevice: public KSocketDevice
{
public:
/**

@ -94,7 +94,7 @@ class KStreamSocketPrivate;
* @see KNetwork::KBufferedSocket, KNetwork::KServerSocket
* @author Thiago Macieira <thiago@kde.org>
*/
class KDECORE_EXPORT KStreamSocket: public KClientSocketBase
class TDECORE_EXPORT KStreamSocket: public KClientSocketBase
{
Q_OBJECT
TQ_OBJECT

@ -27,7 +27,7 @@
class KSVGIconPainter;
class KDECORE_EXPORT KSVGIconEngine
class TDECORE_EXPORT KSVGIconEngine
{
public:
KSVGIconEngine();

@ -30,7 +30,7 @@ class TQWMatrix;
class TQDomElement;
class TQPointArray;
class KDECORE_EXPORT KSVGIconPainter
class TDECORE_EXPORT KSVGIconPainter
{
public:
KSVGIconPainter(int width, int height);

@ -36,7 +36,7 @@
*
* @since 3.2
*/
class KDEFX_EXPORT KCPUInfo
class TDEFX_EXPORT KCPUInfo
{
public:
/**

@ -18,7 +18,7 @@
#include "kdrawutil.h"
#include <tqdrawutil.h>
KDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken,
const TQBrush *fill)
{
@ -40,13 +40,13 @@ KDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
}
KDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
TDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
bool sunken, const TQBrush *fill)
{
kDrawNextButton(p, r.x(), r.y(), r.width(), r.height(), g, sunken, fill);
}
KDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken, const TQBrush *fill)
{
TQPen oldPen = p->pen();
@ -90,13 +90,13 @@ KDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
p->setPen(oldPen);
}
KDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g, bool sunken,
TDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g, bool sunken,
const TQBrush *fill)
{
kDrawBeButton(p, r.x(), r.y(), r.width(), r.height(), g, sunken, fill);
}
KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
TDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
bool sunken)
{
int x, y, x2, y2;
@ -136,7 +136,7 @@ KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorG
qDrawWinPanel(p, x, y, r.width(), r.height(), g, sunken);
}
KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken)
{
TQRect r(x, y, w, h);
@ -145,7 +145,7 @@ KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
#define QCOORDARRLEN(x) sizeof(x)/(sizeof(TQCOORD)*2)
KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear)
TDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear)
{
// round edge fills
static const TQCOORD btm_left_fill[]={ 0,0,1,0,2,0,3,0,4,0,0,1,1,1,2,1,3,1,4,1,
@ -194,7 +194,7 @@ KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool
p->fillRect(x, y, w, h, fillBrush);
}
KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h)
TDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h)
{
// using a bunch of TQRect lines seems much more efficient than bitmaps or
// point arrays, even tho it uses more statements
@ -214,7 +214,7 @@ KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h)
r += TQRect(x2, y+6, 1, h-12);
}
KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y,
TDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y,
TQBitmap *lightColor, TQBitmap *midColor,
TQBitmap *midlightColor, TQBitmap *darkColor,
TQBitmap *blackColor, TQBitmap *whiteColor)
@ -236,7 +236,7 @@ KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int
}
}
KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y, int w,
TDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y, int w,
int h, bool isXBitmaps, const uchar *lightColor,
const uchar *midColor, const uchar *midlightColor,
const uchar *darkColor, const uchar *blackColor,

@ -45,14 +45,14 @@
* @param fill The brush to use for filling the interior of the button.
* Pass @a null to prevent the button from being filled.
*/
KDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
TDEFX_EXPORT void kDrawNextButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
bool sunken=false, const TQBrush *fill=0);
/**
* @relates KStyle
* @overload
*/
KDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken=false,
const TQBrush *fill=0);
@ -69,7 +69,7 @@ KDEFX_EXPORT void kDrawNextButton(TQPainter *p, int x, int y, int w, int h,
* @param fill The brush to use for filling the interior of the button.
* Pass @a null to prevent the button from being filled.
*/
KDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g,
TDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g,
bool sunken=false, const TQBrush *fill=0);
/**
@ -77,7 +77,7 @@ KDEFX_EXPORT void kDrawBeButton(TQPainter *p, TQRect &r, const TQColorGroup &g,
* @c \#include @c <kdrawutil.h>
* @overload
*/
KDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken=false,
const TQBrush *fill=0);
@ -93,14 +93,14 @@ KDEFX_EXPORT void kDrawBeButton(TQPainter *p, int x, int y, int w, int h,
* @param g Specifies the shading colors.
* @param sunken Whether to draw the button as sunken (pressed) or not.
*/
KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
TDEFX_EXPORT void kDrawRoundButton(TQPainter *p, const TQRect &r, const TQColorGroup &g,
bool sunken=false);
/**
* @relates KStyle
* @overload
*/
KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
TDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
const TQColorGroup &g, bool sunken=false);
/**
@ -118,7 +118,7 @@ KDEFX_EXPORT void kDrawRoundButton(TQPainter *p, int x, int y, int w, int h,
*
* @see kDrawRoundButton() and kDrawRoundMask()
*/
KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h);
TDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h);
/**
* @relates KStyle
@ -135,7 +135,7 @@ KDEFX_EXPORT void kRoundMaskRegion(TQRegion &r, int x, int y, int w, int h);
* @param clear Whether to clear the rectangle specified by @p (x, y, w, h) to
* Qt::color0 before drawing the mask.
*/
KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear=false);
TDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool clear=false);
/**
* @relates KStyle
@ -161,7 +161,7 @@ KDEFX_EXPORT void kDrawRoundMask(TQPainter *p, int x, int y, int w, int h, bool
*
* @see QColorGroup
*/
KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y,
TDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y,
TQBitmap *lightColor=0, TQBitmap *midColor=0,
TQBitmap *midlightColor=0, TQBitmap *darkColor=0,
TQBitmap *blackColor=0, TQBitmap *whiteColor=0);
@ -171,7 +171,7 @@ KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int
* @c \#include @c <kdrawutil.h>
* @overload
*/
KDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y, int w,
TDEFX_EXPORT void kColorBitmaps(TQPainter *p, const TQColorGroup &g, int x, int y, int w,
int h, bool isXBitmaps=true, const uchar *lightColor = 0,
const uchar *midColor=0, const uchar *midlightColor=0,
const uchar *darkColor=0, const uchar *blackColor=0,

@ -47,7 +47,7 @@ class TQRect;
* just call the static methods. They are encapsulated here merely to provide
* a common namespace.
*/
class KDEFX_EXPORT KImageEffect
class TDEFX_EXPORT KImageEffect
{
public:
/**

@ -54,7 +54,7 @@ class KPixmapPrivate;
* @author Mark Donohoe (donohoe@kde.org)
* @version $Id$
*/
class KDEFX_EXPORT KPixmap : public TQPixmap
class TDEFX_EXPORT KPixmap : public TQPixmap
{
public:
/**

@ -24,7 +24,7 @@ class TQColor;
* just call the static methods. They are encapsulated here merely to provide
* a common namespace.
*/
class KDEFX_EXPORT KPixmapEffect
class TDEFX_EXPORT KPixmapEffect
{
public:
enum GradientType { VerticalGradient, HorizontalGradient,

@ -50,7 +50,7 @@ class KPixmapSplitterPrivate;
*
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
class KDEFX_EXPORT KPixmapSplitter
class TDEFX_EXPORT KPixmapSplitter
{
public:
/**

@ -54,7 +54,7 @@ struct KStylePrivate;
* @author Karol Szwed (gallium@kde.org)
* @version $Id$
*/
class KDEFX_EXPORT KStyle: public TQCommonStyle
class TDEFX_EXPORT KStyle: public TQCommonStyle
{
Q_OBJECT
TQ_OBJECT

@ -121,4 +121,4 @@ tde_add_library( ${target} SHARED AUTOMOC
DESTINATION ${LIB_INSTALL_DIR}
)
set_target_properties( ${target}-shared PROPERTIES COMPILE_FLAGS -D_KDEPRINT_COMPILE )
set_target_properties( ${target}-shared PROPERTIES COMPILE_FLAGS -D_TDEPRINT_COMPILE )

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
if include_cups_SUBDIR
CUPSSUBDIR=cups
@ -11,7 +11,7 @@ INCLUDES= -I$(top_srcdir)/tdefx -I$(top_srcdir)/kded -I$(top_srcdir) $(all_inclu
kde_module_LTLIBRARIES = kded_tdeprintd.la
kded_tdeprintd_la_SOURCES = tdeprintd.skel tdeprintd.cpp kprintprocess.cpp
kded_tdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(top_builddir)/kded/libtdeinit_kded.la
kded_tdeprintd_la_LIBADD = $(LIB_KIO) $(LIB_KDED) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(top_builddir)/kded/libtdeinit_kded.la
kded_tdeprintd_la_LDFLAGS = $(all_libraries) -module -avoid-version
#kded_tdeprintd_la_METASOURCES = AUTO
@ -30,7 +30,7 @@ libtdeprint_la_SOURCES = kmfactory.cpp kmjob.cpp kmjobmanager.cpp kmmanager.cpp
fooparser.cpp fooscanner.cpp ppdparser.cpp ppdscanner.cpp ppdloader.cpp
libtdeprint_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined
libtdeprint_la_LIBADD = $(LIBZ) $(LIB_QT) $(LIB_KDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_KDECORE) $(LIB_KFILE)
libtdeprint_la_LIBADD = $(LIBZ) $(LIB_QT) $(LIB_TDEUI) $(top_builddir)/dcop/libDCOP.la $(LIB_TDECORE) $(LIB_KFILE)
libtdeprint_la_DEPENDENCIES = $(LIB_KPARTS)
libtdeprint_la_METASOURCES = AUTO

@ -12,7 +12,7 @@
add_subdirectory( cupsdconf2 )
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
SUBDIRS = cupsdconf2
@ -15,7 +15,7 @@ tdeprint_cups_la_SOURCES = cupsinfos.cpp ipprequest.cpp kmcupsfactory.cpp kmcups
kptextpage.cpp kphpgl2page.cpp cupsaddsmb2.cpp kmwother.cpp ippreportdlg.cpp \
kptagspage.cpp
tdeprint_cups_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_cups_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDECORE) $(LIB_KDEUI)
tdeprint_cups_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEPRINT) $(LIB_TDECORE) $(LIB_TDEUI)
tdeprint_cups_la_METASOURCES = AUTO
noinst_HEADERS = cupsinfos.h ipprequest.h kmcupsjobmanager.h kmcupsmanager.h kmcupsuimanager.h \

@ -15,7 +15,7 @@ cupsdconf_la_SOURCES = cupsdconf.cpp cupsddialog.cpp cupsdpage.cpp cupsdcomment.
qdirmultilineedit.cpp sizewidget.cpp main.cpp
cupsdconf_la_METASOURCES = AUTO
cupsdconf_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_RPATH)
cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
cupsdconf_la_LIBADD = $(LIB_KIO) $(LIB_CUPS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
noinst_HEADERS = cupsdconf.h cupsdpage.h cupsddialog.h cupsdcomment.h cupsdsplash.h \
cupsdserverpage.h cupsdlogpage.h cupsdjobspage.h cupsdfilterpage.h \

@ -55,11 +55,11 @@ static TQString pass_string;
extern "C"
{
#include "cups-util.h"
KDEPRINT_EXPORT bool restartServer(TQString& msg)
TDEPRINT_EXPORT bool restartServer(TQString& msg)
{
return CupsdDialog::restartServer(msg);
}
KDEPRINT_EXPORT bool configureServer(TQWidget *parent, TQString& msg)
TDEPRINT_EXPORT bool configureServer(TQWidget *parent, TQString& msg)
{
dynamically_loaded = true;
bool result = CupsdDialog::configure(TQString::null, parent, &msg);

@ -21,7 +21,7 @@
#ifndef DRIVER_H
#define DRIVER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -58,7 +58,7 @@ class DrPageSize;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrBase
class TDEPRINT_EXPORT DrBase
{
public:
enum Type { Base = 0, Main, ChoiceGroup, Group, String, Integer, Float, List, Boolean };
@ -103,7 +103,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrGroup : public DrBase
class TDEPRINT_EXPORT DrGroup : public DrBase
{
public:
DrGroup();
@ -150,7 +150,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrMain : public DrGroup
class TDEPRINT_EXPORT DrMain : public DrGroup
{
public:
DrMain();
@ -202,7 +202,7 @@ public:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrStringOption : public DrBase
class TDEPRINT_EXPORT DrStringOption : public DrBase
{
public:
DrStringOption();
@ -226,7 +226,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrIntegerOption : public DrBase
class TDEPRINT_EXPORT DrIntegerOption : public DrBase
{
public:
DrIntegerOption();
@ -251,7 +251,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrFloatOption : public DrBase
class TDEPRINT_EXPORT DrFloatOption : public DrBase
{
public:
DrFloatOption();
@ -276,7 +276,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrListOption : public DrBase
class TDEPRINT_EXPORT DrListOption : public DrBase
{
public:
DrListOption();
@ -308,7 +308,7 @@ protected:
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT DrBooleanOption : public DrListOption
class TDEPRINT_EXPORT DrBooleanOption : public DrListOption
{
/* just an overloaded class, with different type */
public:

@ -30,13 +30,13 @@
class DrOptionView;
class DrMain;
class KDEPRINT_EXPORT DrListView : public KListView
class TDEPRINT_EXPORT DrListView : public KListView
{
public:
DrListView(TQWidget *parent = 0, const char *name = 0);
};
class KDEPRINT_EXPORT DriverView : public TQWidget
class TDEPRINT_EXPORT DriverView : public TQWidget
{
Q_OBJECT
public:

@ -10,7 +10,7 @@
#################################################
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeprint $(all_includes)
@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = tdeprint_ext.la
tdeprint_ext_la_SOURCES = kmextfactory.cpp kmextmanager.cpp kextprinterimpl.cpp kmextuimanager.cpp
tdeprint_ext_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_ext_la_LIBADD = $(LIB_KDEPRINT) $(LIB_QT) $(LIB_KDECORE)
tdeprint_ext_la_LIBADD = $(LIB_TDEPRINT) $(LIB_QT) $(LIB_TDECORE)
tdeprint_ext_la_METASOURCES = AUTO
noinst_HEADERS = kmextmanager.h kextprinterimpl.h kmextuimanager.h

@ -28,7 +28,7 @@
class DrBase;
class DrMain;
class KDEPRINT_EXPORT Foomatic2Loader
class TDEPRINT_EXPORT Foomatic2Loader
{
public:
Foomatic2Loader();

@ -25,7 +25,7 @@
#include <kdelibs_export.h>
struct KDEPRINT_EXPORT KMDBEntry
struct TDEPRINT_EXPORT KMDBEntry
{
// the file location of the driver
TQString file;

@ -42,7 +42,7 @@ class KLibFactory;
class KConfig;
class KPReloadObject;
class KDEPRINT_EXPORT KMFactory : public TQObject, public DCOPObject
class TDEPRINT_EXPORT KMFactory : public TQObject, public DCOPObject
{
Q_OBJECT
K_DCOP

@ -21,7 +21,7 @@
#ifndef KMJOB_H
#define KMJOB_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -37,7 +37,7 @@
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMJob : public KMObject
class TDEPRINT_EXPORT KMJob : public KMObject
{
public:
enum JobAction {

@ -20,7 +20,7 @@
#ifndef KMJOBMANAGER_H
#define KMJOBMANAGER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -43,7 +43,7 @@ class KAction;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMJobManager : public TQObject
class TDEPRINT_EXPORT KMJobManager : public TQObject
{
Q_OBJECT

@ -20,7 +20,7 @@
#ifndef KMMANAGER_H
#define KMMANAGER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -45,7 +45,7 @@ class PrinterFilter;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMManager : public TQObject
class TDEPRINT_EXPORT KMManager : public TQObject
{
Q_OBJECT

@ -21,7 +21,7 @@
#ifndef KMOBJECT_H
#define KMOBJECT_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif

@ -20,7 +20,7 @@
#ifndef KMPRINTER_H
#define KMPRINTER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -43,7 +43,7 @@ class TQWidget;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMPrinter : public KMObject
class TDEPRINT_EXPORT KMPrinter : public KMObject
{
public:
enum PrinterType {

@ -33,7 +33,7 @@ class KPrinterPropertyDialog;
class KMConfigDialog;
class TQListView;
class KDEPRINT_EXPORT KMUiManager : public TQObject
class TDEPRINT_EXPORT KMUiManager : public TQObject
{
Q_OBJECT
public:

@ -32,7 +32,7 @@ class KMPrinter;
class KMManager;
class TQWidget;
class KDEPRINT_EXPORT KMVirtualManager : public TQObject, public KPReloadObject
class TDEPRINT_EXPORT KMVirtualManager : public TQObject, public KPReloadObject
{
public:
KMVirtualManager(KMManager *parent = 0, const char *name = 0);

@ -31,7 +31,7 @@ class TQSpinBox;
class TQLabel;
class KPrinter;
class KDEPRINT_EXPORT KPCopiesPage : public KPrintDialogPage, public KPReloadObject
class TDEPRINT_EXPORT KPCopiesPage : public KPrintDialogPage, public KPReloadObject
{
Q_OBJECT
public:

@ -24,7 +24,7 @@
class DriverView;
class KDEPRINT_EXPORT KPDriverPage : public KPrintDialogPage
class TDEPRINT_EXPORT KPDriverPage : public KPrintDialogPage
{
public:
KPDriverPage(KMPrinter *p, DrMain *d = 0, TQWidget *parent = 0, const char *name = 0);

@ -28,7 +28,7 @@ class TQButtonGroup;
class TQGroupBox;
class TQLabel;
class KDEPRINT_EXPORT KPGeneralPage : public KPrintDialogPage
class TDEPRINT_EXPORT KPGeneralPage : public KPrintDialogPage
{
Q_OBJECT
public:

@ -25,7 +25,7 @@
#include <kdelibs_export.h>
class KDEPRINT_EXPORT KPipeProcess : public TQFile
class TDEPRINT_EXPORT KPipeProcess : public TQFile
{
public:
KPipeProcess(const TQString& cmd = TQString::null, int mode = IO_ReadOnly);

@ -29,7 +29,7 @@ class TQComboBox;
class TQLabel;
class DrMain;
class KDEPRINT_EXPORT KPQtPage : public KPrintDialogPage
class TDEPRINT_EXPORT KPQtPage : public KPrintDialogPage
{
Q_OBJECT
public:

@ -22,7 +22,7 @@
#include <kdelibs_export.h>
class KDEPRINT_EXPORT KPReloadObject
class TDEPRINT_EXPORT KPReloadObject
{
friend class KMFactory;
public:

@ -24,7 +24,7 @@
class KPrinter;
class KDEPRINT_EXPORT KPrintAction : public KActionMenu
class TDEPRINT_EXPORT KPrintAction : public KActionMenu
{
Q_OBJECT
public:

@ -20,7 +20,7 @@
#ifndef KPRINTDIALOG_H
#define KPRINTDIALOG_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -38,7 +38,7 @@ class KPrintDialogPage;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KPrintDialog : public KDialog, public KPReloadObject
class TDEPRINT_EXPORT KPrintDialog : public KDialog, public KPReloadObject
{
Q_OBJECT
public:

@ -87,7 +87,7 @@ class DrMain;
* @short Base class for customized print dialog pages.
* @see KPrinter
*/
class KDEPRINT_EXPORT KPrintDialogPage : public TQWidget
class TDEPRINT_EXPORT KPrintDialogPage : public TQWidget
{
Q_OBJECT
public:

@ -79,13 +79,13 @@ class DrPageSize;
* KPrintDialogPage and adding the page using addDialogPage().
*
* When compiling an application that uses KPrinter, you must link to -ltdeprint, which when
* using the standard KDE build framework can be done by adding $(LIB_KDEPRINT) to _LDADD.
* using the standard KDE build framework can be done by adding $(LIB_TDEPRINT) to _LDADD.
*
* @short The central interface class to access the KDE print system.
* @author Michael Goffioul
* @see TQPrinter, KPrintDialogPage
*/
class KDEPRINT_EXPORT KPrinter : public TQPaintDevice, public KPReloadObject
class TDEPRINT_EXPORT KPrinter : public TQPaintDevice, public KPReloadObject
{
friend class KPrinterWrapper;
friend class KPrinterImpl;
@ -769,8 +769,8 @@ protected:
// Utility functions
KDEPRINT_EXPORT KPrinter::PageSize pageNameToPageSize(const TQString& name);
KDEPRINT_EXPORT const char* pageSizeToPageName(KPrinter::PageSize s);
TDEPRINT_EXPORT KPrinter::PageSize pageNameToPageSize(const TQString& name);
TDEPRINT_EXPORT const char* pageSizeToPageName(KPrinter::PageSize s);
/**
* DO NOT USE, WILL BE REMOVED.
* @obsolete

@ -31,7 +31,7 @@
class KPrinter;
class KMPrinter;
class KDEPRINT_EXPORT KPrinterImpl : public TQObject
class TDEPRINT_EXPORT KPrinterImpl : public TQObject
{
Q_OBJECT
public:

@ -30,7 +30,7 @@ class KPrintDialogPage;
class DrMain;
class TQTabWidget;
class KDEPRINT_EXPORT KPrinterPropertyDialog : public KDialogBase
class TDEPRINT_EXPORT KPrinterPropertyDialog : public KDialogBase
{
Q_OBJECT
public:

@ -30,7 +30,7 @@ class DrMain;
class DrGroup;
class DrBase;
class KDEPRINT_EXPORT KXmlCommand : public TQObject
class TDEPRINT_EXPORT KXmlCommand : public TQObject
{
friend class KXmlCommandManager;
@ -86,7 +86,7 @@ private:
KXmlCommandPrivate *d;
};
class KDEPRINT_EXPORT KXmlCommandManager : public TQObject
class TDEPRINT_EXPORT KXmlCommandManager : public TQObject
{
public:
enum IO_CheckType { None = 0, Basic, Advanced };

@ -10,7 +10,7 @@
#################################################
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeprint $(all_includes)
@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = tdeprint_lpdunix.la
tdeprint_lpdunix_la_SOURCES = kmlpdunixfactory.cpp kmlpdunixmanager.cpp klpdunixprinterimpl.cpp kmlpdunixuimanager.cpp
tdeprint_lpdunix_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_lpdunix_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT)
tdeprint_lpdunix_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEPRINT)
tdeprint_lpdunix_la_METASOURCES = AUTO
noinst_HEADERS = kmlpdunixmanager.h klpdunixprinterimpl.h kmlpdunixuimanager.h

@ -10,7 +10,7 @@
#################################################
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeprint -I$(top_srcdir)/tdeprint/management $(all_includes)
@ -14,7 +14,7 @@ tdeprint_lpr_la_SOURCES = printcapreader.cpp lprhandler.cpp \
editentrydialog.cpp
tdeprint_lpr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_lpr_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la \
$(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDEUI) $(LIB_KDECORE)
$(LIB_QT) $(LIB_TDEPRINT) $(LIB_TDEUI) $(LIB_TDECORE)
tdeprint_lpr_la_METASOURCES = AUTO
noinst_HEADERS = printcapreader.h \

@ -20,7 +20,7 @@
#ifndef LPRHANDLER_H
#define LPRHANDLER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif

@ -20,7 +20,7 @@
#ifndef LPRSETTINGS_H
#define LPRSETTINGS_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif

@ -20,7 +20,7 @@
#ifndef PRINTCAPENTRY_H
#define PRINTCAPENTRY_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif

@ -10,7 +10,7 @@
#################################################
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES= -I$(top_srcdir)/tdefx -I$(top_srcdir)/tdeprint -I$(top_builddir)/tdeprint -I$(top_srcdir)/kio -I$(top_srcdir)/kfile -I$(top_srcdir) $(all_includes)
@ -8,7 +8,7 @@ tdeinit_LTLIBRARIES = kaddprinterwizard.la
bin_PROGRAMS =
kaddprinterwizard_la_SOURCES = kaddprinterwizard.cpp
kaddprinterwizard_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEPRINT) $(LIB_KDEUI)
kaddprinterwizard_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEPRINT) $(LIB_TDEUI)
kaddprinterwizard_la_LDFLAGS = -module -avoid-version $(all_libraries) $(KDE_RPATH)
libtdeprint_management_la_SOURCES = \
@ -26,12 +26,12 @@ libtdeprint_management_la_SOURCES = \
pluginaction.cpp kxmlcommanddlg.cpp kxmlcommandselector.cpp kmconfigcommand.cpp \
kmconfigfilter.cpp kmconfigfonts.cpp kmconfigjobs.cpp networkscanner.cpp
libtdeprint_management_la_LDFLAGS = $(all_libraries) -version-info 6:0:2 -no-undefined
libtdeprint_management_la_LIBADD = ../libtdeprint.la $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KFILE)
libtdeprint_management_la_LIBADD = ../libtdeprint.la $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KFILE)
libtdeprint_management_la_METASOURCES = AUTO
libtdeprint_management_module_la_SOURCES = tdeprint_management_module.cpp
libtdeprint_management_module_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -no-undefined
libtdeprint_management_module_la_LIBADD = libtdeprint_management.la $(LIB_QT) $(LIB_KDEUI) $(LIB_KDECORE)
libtdeprint_management_module_la_LIBADD = libtdeprint_management.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE)
tdeprint_HEADERS = kmmainview.h kmjobviewer.h kmprinterpage.h kiconselectaction.h kmtimer.h
tdeprintdir = $(includedir)/tdeprint

@ -25,7 +25,7 @@
#include "kmconfigpage.h"
class KDEPRINT_EXPORT KMConfigDialog : public KDialogBase
class TDEPRINT_EXPORT KMConfigDialog : public KDialogBase
{
Q_OBJECT
public:

@ -26,7 +26,7 @@
class KConfig;
class KDEPRINT_EXPORT KMConfigPage : public TQWidget
class TDEPRINT_EXPORT KMConfigPage : public TQWidget
{
Q_OBJECT
public:

@ -20,7 +20,7 @@
#ifndef KMJOBVIEWER_H
#define KMJOBVIEWER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -46,7 +46,7 @@ class TQCheckBox;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMJobViewer : public KMainWindow, public KMPrinterPage, public KPReloadObject
class TDEPRINT_EXPORT KMJobViewer : public KMainWindow, public KMPrinterPage, public KPReloadObject
{
Q_OBJECT
public:

@ -20,7 +20,7 @@
#ifndef KMMAINVIEW_H
#define KMMAINVIEW_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -50,7 +50,7 @@ class TQMenuBar;
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMMainView : public TQWidget, public KPReloadObject
class TDEPRINT_EXPORT KMMainView : public TQWidget, public KPReloadObject
{
Q_OBJECT
public:
@ -128,6 +128,6 @@ private:
KToolBar *m_menubar;
};
KDEPRINT_EXPORT int tdeprint_management_add_printer_wizard( TQWidget* parent );
TDEPRINT_EXPORT int tdeprint_management_add_printer_wizard( TQWidget* parent );
#endif

@ -20,7 +20,7 @@
#ifndef KMPRINTERPAGE_H
#define KMPRINTERPAGE_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif

@ -26,7 +26,7 @@
class TQLabel;
class KDEPRINT_EXPORT KMPropBackend : public KMPropWidget
class TDEPRINT_EXPORT KMPropBackend : public KMPropWidget
{
public:
KMPropBackend(TQWidget *parent = 0, const char *name = 0);

@ -26,7 +26,7 @@
class TQLabel;
class KDEPRINT_EXPORT KMPropDriver : public KMPropWidget
class TDEPRINT_EXPORT KMPropDriver : public KMPropWidget
{
public:
KMPropDriver(TQWidget *parent = 0, const char *name = 0);

@ -29,7 +29,7 @@
class KMPropWidget;
class KMPrinter;
class KDEPRINT_EXPORT KMPropertyPage : public CJanusWidget, public KMPrinterPage, public KPReloadObject
class TDEPRINT_EXPORT KMPropertyPage : public CJanusWidget, public KMPrinterPage, public KPReloadObject
{
Q_OBJECT
public:

@ -24,7 +24,7 @@
class TQTextView;
class KDEPRINT_EXPORT KMPropMembers : public KMPropWidget
class TDEPRINT_EXPORT KMPropMembers : public KMPropWidget
{
public:
KMPropMembers(TQWidget *parent = 0, const char *name = 0);

@ -27,7 +27,7 @@
class KMPrinter;
class KMWizard;
class KDEPRINT_EXPORT KMPropWidget : public TQWidget
class TDEPRINT_EXPORT KMPropWidget : public TQWidget
{
Q_OBJECT
public:

@ -20,7 +20,7 @@
#ifndef KMTIMER_H
#define KMTIMER_H
#if !defined( _KDEPRINT_COMPILE ) && defined( __GNUC__ )
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
#warning internal header, do not use except if you are a KDEPrint developer
#endif
@ -34,7 +34,7 @@
* if you're a KDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KDEPRINT_EXPORT KMTimer : public TQTimer
class TDEPRINT_EXPORT KMTimer : public TQTimer
{
Q_OBJECT
public:

@ -27,7 +27,7 @@
class TQButtonGroup;
class TQVBoxLayout;
class KDEPRINT_EXPORT KMWBackend : public KMWizardPage
class TDEPRINT_EXPORT KMWBackend : public KMWizardPage
{
public:
KMWBackend(TQWidget *parent = 0, const char *name = 0);

@ -26,7 +26,7 @@
class TQLabel;
class TQLineEdit;
class KDEPRINT_EXPORT KMWInfoBase : public KMWizardPage
class TDEPRINT_EXPORT KMWInfoBase : public KMWizardPage
{
public:
KMWInfoBase(int n = 1, TQWidget *parent = 0, const char *name = 0);

@ -34,7 +34,7 @@ class KMPrinter;
class KMWBackend;
class SidePixmap;
class KDEPRINT_EXPORT KMWizard : public TQDialog
class TDEPRINT_EXPORT KMWizard : public TQDialog
{
Q_OBJECT
public:

@ -26,7 +26,7 @@
class KMPrinter;
class KDEPRINT_EXPORT KMWizardPage : public TQWidget
class TDEPRINT_EXPORT KMWizardPage : public TQWidget
{
Q_OBJECT
public:

@ -32,7 +32,7 @@ class TQLabel;
class TQPushButton;
class KDialogBase;
class KDEPRINT_EXPORT KXmlCommandSelector : public TQWidget
class TDEPRINT_EXPORT KXmlCommandSelector : public TQWidget
{
Q_OBJECT
public:

@ -25,7 +25,7 @@
#include <tqptrlist.h>
class KDEPRINT_EXPORT NetworkScanner : public TQWidget
class TDEPRINT_EXPORT NetworkScanner : public TQWidget
{
Q_OBJECT

@ -22,7 +22,7 @@
#include <kaction.h>
class KDEPRINT_EXPORT PluginAction : public KAction
class TDEPRINT_EXPORT PluginAction : public KAction
{
Q_OBJECT

@ -25,7 +25,7 @@
#include <kdelibs_export.h>
class KDEPRINT_EXPORT SidePixmap : public TQFrame
class TDEPRINT_EXPORT SidePixmap : public TQFrame
{
public:
SidePixmap(TQWidget *parent = 0, const char *name = 0);

@ -32,18 +32,18 @@
extern "C"
{
KDEPRINT_EXPORT int add_printer_wizard(TQWidget *parent)
TDEPRINT_EXPORT int add_printer_wizard(TQWidget *parent)
{
return tdeprint_management_add_printer_wizard( parent );
}
KDEPRINT_EXPORT bool config_dialog(TQWidget *parent)
TDEPRINT_EXPORT bool config_dialog(TQWidget *parent)
{
KMConfigDialog dlg(parent);
return dlg.exec();
}
KDEPRINT_EXPORT TQString select_command( TQWidget* parent )
TDEPRINT_EXPORT TQString select_command( TQWidget* parent )
{
KDialogBase dlg( parent, 0, true, i18n( "Select Command" ), KDialogBase::Ok|KDialogBase::Cancel );
KXmlCommandSelector *xmlSel = new KXmlCommandSelector( false, &dlg, "CommandSelector", &dlg );

@ -30,7 +30,7 @@ class MarginPreview;
class TQCheckBox;
class TQComboBox;
class KDEPRINT_EXPORT MarginWidget : public TQWidget
class TDEPRINT_EXPORT MarginWidget : public TQWidget
{
Q_OBJECT
public:

@ -27,7 +27,7 @@
class TQLabel;
class KDEPRINT_EXPORT MessageWindow : public TQWidget
class TDEPRINT_EXPORT MessageWindow : public TQWidget
{
Q_OBJECT

@ -28,7 +28,7 @@
class TQComboBox;
class TQLabel;
class KDEPRINT_EXPORT PluginComboBox : public TQWidget, public KPReloadObject
class TDEPRINT_EXPORT PluginComboBox : public TQWidget, public KPReloadObject
{
Q_OBJECT
public:

@ -33,7 +33,7 @@ class DrBase;
class DrMain;
struct PS_private;
class KDEPRINT_EXPORT PPDLoader
class TDEPRINT_EXPORT PPDLoader
{
public:
PPDLoader();

@ -10,7 +10,7 @@
#################################################
add_definitions(
-D_KDEPRINT_COMPILE
-D_TDEPRINT_COMPILE
)
include_directories(

@ -1,4 +1,4 @@
AM_CPPFLAGS = -D_KDEPRINT_COMPILE
AM_CPPFLAGS = -D_TDEPRINT_COMPILE
INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/tdeprint -I$(top_srcdir)/tdeprint/management $(all_includes)
@ -7,7 +7,7 @@ kde_module_LTLIBRARIES = tdeprint_rlpr.la
tdeprint_rlpr_la_SOURCES = kmrlprfactory.cpp kmrlprmanager.cpp krlprprinterimpl.cpp kmrlpruimanager.cpp \
kmwrlpr.cpp kmproprlpr.cpp kmproxywidget.cpp kmconfigproxy.cpp
tdeprint_rlpr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_rlpr_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_QT) $(LIB_KDEPRINT) $(LIB_KDECORE) $(LIB_KDEUI)
tdeprint_rlpr_la_LIBADD = $(top_builddir)/tdeprint/management/libtdeprint_management.la $(LIB_QT) $(LIB_TDEPRINT) $(LIB_TDECORE) $(LIB_TDEUI)
tdeprint_rlpr_la_METASOURCES = AUTO
noinst_HEADERS = kmrlprmanager.h krlprprinterimpl.h kmrlpruimanager.h kmwrlpr.h kmproprlpr.h \

@ -17,15 +17,15 @@
* Boston, MA 02110-1301, USA.
**/
#ifndef KDEPRINTCHECK_H
#define KDEPRINTCHECK_H
#ifndef TDEPRINTCHECK_H
#define TDEPRINTCHECK_H
#include <tqstring.h>
#include <tqstringlist.h>
#include <kconfig.h>
#include <kurl.h>
class KDEPRINT_EXPORT KdeprintChecker
class TDEPRINT_EXPORT KdeprintChecker
{
public:
static bool check(KConfig *conf, const TQString& group = TQString::null);

@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
**/
#ifndef KDEPRINTD_H
#define KDEPRINTD_H
#ifndef TDEPRINTD_H
#define TDEPRINTD_H
#include <kdedmodule.h>
#include <tqptrlist.h>

@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = tdeprint_tool_escputil.la
tdeprint_tool_escputil_la_SOURCES = escpwidget.cpp
tdeprint_tool_escputil_la_METASOURCES = AUTO
tdeprint_tool_escputil_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
tdeprint_tool_escputil_la_LIBADD = $(LIB_KDEUI) $(LIB_QT) $(LIB_KDECORE)
tdeprint_tool_escputil_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE)
noinst_HEADERS = escpwidget.h

@ -32,8 +32,8 @@ void urlToSmb(const KURL& url, TQString& work, TQString& server, TQString& print
// as other SMB tools (smbspool) doesn't seem to support encoding. This
// utilities allow to continue working KURL class (and encoding) within
// KDEPrint, but without encoding outside KDEPrint (shoudl fix bug #38733)
KDEPRINT_EXPORT TQString buildSmbURI( const TQString& work, const TQString& server, const TQString& printer, const TQString& user, const TQString& passwd );
KDEPRINT_EXPORT bool splitSmbURI( const TQString& uri, TQString& work, TQString& server, TQString& printer, TQString& user, TQString& passwd );
TDEPRINT_EXPORT TQString buildSmbURI( const TQString& work, const TQString& server, const TQString& printer, const TQString& user, const TQString& passwd );
TDEPRINT_EXPORT bool splitSmbURI( const TQString& uri, TQString& work, TQString& server, TQString& printer, TQString& user, TQString& passwd );
static const struct pagesizestruct
{

@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/kio/ $(all_includes)
lib_LTLIBRARIES = libtdesu.la
libtdesu_la_SOURCES = client.cpp process.cpp kcookie.cpp su.cpp ssh.cpp stub.cpp tdesu_pty.cpp
libtdesu_la_LDFLAGS = -version-info 6:0:2 -no-undefined $(all_libraries)
libtdesu_la_LIBADD = $(LIB_KDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
libtdesu_la_LIBADD = $(LIB_TDECORE) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la
libtdesu_la_NMCHECK = $(srcdir)/libtdesu.nmcheck
libtdesu_la_NMCHECKWEAK = $(srcdir)/libtdesu_weak.nmcheck $(top_srcdir)/tdecore/libtdecore_weak.nmcheck \
$(top_srcdir)/dcop/libDCOP_weak.nmcheck $(top_srcdir)/tdecore/libqt-mt_weak.nmcheck

@ -47,7 +47,7 @@ typedef TQValueList<TQCString> QCStringList;
* See setVar, delVar, delGroup.
*/
class KDESU_EXPORT KDEsuClient {
class TDESU_EXPORT KDEsuClient {
public:
KDEsuClient();
~KDEsuClient();

@ -24,7 +24,7 @@ typedef TQValueList<TQCString> QCStringList;
* program (X11 and DCOP cookies).
*/
class KDESU_EXPORT KCookie
class TDESU_EXPORT KCookie
{
public:
KCookie();

@ -363,9 +363,9 @@ int PtyProcess::exec(const TQCString &command, const QCStringList &args)
// set temporarily LC_ALL to C, for su (to be able to parse "Password:")
const char* old_lc_all = getenv( "LC_ALL" );
if( old_lc_all != NULL )
setenv( "KDESU_LC_ALL", old_lc_all, 1 );
setenv( "TDESU_LC_ALL", old_lc_all, 1 );
else
unsetenv( "KDESU_LC_ALL" );
unsetenv( "TDESU_LC_ALL" );
setenv("LC_ALL", "C", 1);
// From now on, terminal output goes through the tty.

@ -33,7 +33,7 @@ typedef TQValueList<TQCString> QCStringList;
* This means that programs which require a terminal will work.
*/
class KDESU_EXPORT PtyProcess
class TDESU_EXPORT PtyProcess
{
public:
PtyProcess();

@ -23,7 +23,7 @@
* Executes a remote command, using ssh.
*/
class KDESU_EXPORT SshProcess: public StubProcess
class TDESU_EXPORT SshProcess: public StubProcess
{
public:
SshProcess(const TQCString &host=0, const TQCString &user=0, const TQCString &command=0);

@ -29,7 +29,7 @@ typedef TQValueList<TQCString> QCStringList;
* StubProcess extends PtyProcess with functionality to chat with tdesu_stub.
*/
class KDESU_EXPORT StubProcess: public PtyProcess
class TDESU_EXPORT StubProcess: public PtyProcess
{
public:
StubProcess();

@ -23,7 +23,7 @@
* Executes a command under elevated privileges, using su.
*/
class KDESU_EXPORT SuProcess: public StubProcess
class TDESU_EXPORT SuProcess: public StubProcess
{
public:
SuProcess(const TQCString &user=0, const TQCString &command=0);

@ -22,7 +22,7 @@
#include <kdelibs_export.h>
class KDESU_EXPORT PTY {
class TDESU_EXPORT PTY {
public:
/**

@ -237,7 +237,7 @@ int main()
xsetenv("PATH", params[P_PATH].value);
xsetenv("DESKTOP_STARTUP_ID", params[P_APP_STARTUP_ID].value);
tdesu_lc_all = getenv( "KDESU_LC_ALL" );
tdesu_lc_all = getenv( "TDESU_LC_ALL" );
if( tdesu_lc_all != NULL )
xsetenv("LC_ALL",tdesu_lc_all);
else

@ -9,9 +9,9 @@
#
#################################################
if( BUILD_KDEUI_TESTS )
if( BUILD_TDEUI_TESTS )
add_subdirectory( tests )
endif( BUILD_KDEUI_TESTS )
endif( BUILD_TDEUI_TESTS )
add_subdirectory( about )
add_subdirectory( kdetrayproxy )

@ -41,7 +41,7 @@
* @author Waldo Bastian (bastian@kde.org) and Espen Sand (espen@kde.org)
*/
class KDEUI_EXPORT KAboutApplication : public KAboutDialog
class TDEUI_EXPORT KAboutApplication : public KAboutDialog
{
public:
/**

@ -47,7 +47,7 @@ class KAboutContainerPrivate;
/**
* KAboutContainer can be used to make a application specific AboutDialog.
*/
class KDEUI_EXPORT KAboutContainer : public TQFrame
class TDEUI_EXPORT KAboutContainer : public TQFrame
{
Q_OBJECT
@ -89,7 +89,7 @@ class KAboutContributorPrivate;
* Used internally by KAboutWidget
* @internal
*/
class KDEUI_EXPORT KAboutContributor : public TQFrame
class TDEUI_EXPORT KAboutContributor : public TQFrame
{
Q_OBJECT
@ -147,7 +147,7 @@ class KDEUI_EXPORT KAboutContributor : public TQFrame
*
* It has a minimum size set.
*/
class KDEUI_EXPORT KAboutWidget : public TQWidget
class TDEUI_EXPORT KAboutWidget : public TQWidget
{
Q_OBJECT
@ -280,7 +280,7 @@ class KAboutDialogPrivate;
* @author Mirko Boehm (mirko@kde.org) and Espen Sand (espensa@online.no)
* @see KDialogBase
*/
class KDEUI_EXPORT KAboutDialog : public KDialogBase
class TDEUI_EXPORT KAboutDialog : public KDialogBase
{
Q_OBJECT

@ -37,7 +37,7 @@
* @author Espen Sand (espen@kde.org)
*/
class KDEUI_EXPORT KAboutKDE : public KAboutDialog
class TDEUI_EXPORT KAboutKDE : public KAboutDialog
{
public:
/**

@ -199,7 +199,7 @@ class KMainWindow;
*
* @see KStdAction
*/
class KDEUI_EXPORT KAction : public TQObject
class TDEUI_EXPORT KAction : public TQObject
{
friend class KActionCollection;
Q_OBJECT

@ -65,7 +65,7 @@ class KMainWindow;
* This action provides two states: checked or not.
*
*/
class KDEUI_EXPORT KToggleAction : public KAction
class TDEUI_EXPORT KToggleAction : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -228,7 +228,7 @@ private:
* An action that operates like a radio button. At any given time
* only a single action from the group will be active.
*/
class KDEUI_EXPORT KRadioAction : public KToggleAction
class TDEUI_EXPORT KRadioAction : public KToggleAction
{
Q_OBJECT
TQ_OBJECT
@ -328,7 +328,7 @@ private:
* the formerly checked item becomes unchecked.
* There can be only one item checked at a time.
*/
class KDEUI_EXPORT KSelectAction : public KAction
class TDEUI_EXPORT KSelectAction : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -581,7 +581,7 @@ private:
/**
* @deprecated Use KSelectAction instead.
*/
class KDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction
class TDEUI_EXPORT_DEPRECATED KListAction : public KSelectAction
{
Q_OBJECT
TQ_OBJECT
@ -697,7 +697,7 @@ private:
*
* @author Michael Koch
*/
class KDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction
class TDEUI_EXPORT KRecentFilesAction : public KListAction // TODO public KSelectAction
{
Q_OBJECT
TQ_OBJECT
@ -907,7 +907,7 @@ private:
KRecentFilesActionPrivate *d;
};
class KDEUI_EXPORT KFontAction : public KSelectAction
class TDEUI_EXPORT KFontAction : public KSelectAction
{
Q_OBJECT
TQ_OBJECT
@ -958,7 +958,7 @@ private:
KFontActionPrivate *d;
};
class KDEUI_EXPORT KFontSizeAction : public KSelectAction
class TDEUI_EXPORT KFontSizeAction : public KSelectAction
{
Q_OBJECT
TQ_OBJECT
@ -1017,7 +1017,7 @@ private:
* If you want a submenu for selecting one tool among many (without icons), see KSelectAction.
* See also setDelayed about the main action.
*/
class KDEUI_EXPORT KActionMenu : public KAction
class TDEUI_EXPORT KActionMenu : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -1091,7 +1091,7 @@ private:
* that has more detail in a toolbar than in a menu (e.g. tool chooser
* with "Other" leading to a dialog...).
*/
class KDEUI_EXPORT KToolBarPopupAction : public KAction
class TDEUI_EXPORT KToolBarPopupAction : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -1214,7 +1214,7 @@ private:
* visibility has changed, whenever it changes.
* @since 3.1
*/
class KDEUI_EXPORT KToggleToolBarAction : public KToggleAction
class TDEUI_EXPORT KToggleToolBarAction : public KToggleAction
{
Q_OBJECT
TQ_OBJECT
@ -1261,7 +1261,7 @@ private:
* still needs to explicitly set the window state though.
* @since 3.2
*/
class KDEUI_EXPORT KToggleFullScreenAction : public KToggleAction
class TDEUI_EXPORT KToggleFullScreenAction : public KToggleAction
{
Q_OBJECT
TQ_OBJECT
@ -1306,7 +1306,7 @@ private:
* An action that automatically embeds a widget into a
* toolbar.
*/
class KDEUI_EXPORT KWidgetAction : public KAction
class TDEUI_EXPORT KWidgetAction : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -1351,7 +1351,7 @@ private:
KWidgetActionPrivate *d;
};
class KDEUI_EXPORT KActionSeparator : public KAction
class TDEUI_EXPORT KActionSeparator : public KAction
{
Q_OBJECT
TQ_OBJECT
@ -1378,7 +1378,7 @@ private:
*
* @since 3.2
*/
class KDEUI_EXPORT KPasteTextAction: public KAction
class TDEUI_EXPORT KPasteTextAction: public KAction
{
Q_OBJECT
TQ_OBJECT

@ -75,7 +75,7 @@ typedef TQValueList<KAction *> KActionPtrList;
* statusBar(), TQT_SLOT( clear() ) );
* \endcode
*/
class KDEUI_EXPORT KActionCollection : public TQObject
class TDEUI_EXPORT KActionCollection : public TQObject
{
friend class KAction;
friend class KXMLGUIClient;

@ -76,7 +76,7 @@ class KActionSelectorPrivate;
@author Anders Lund <anders@alweb.dk>
*/
class KDEUI_EXPORT KActionSelector : public TQWidget {
class TDEUI_EXPORT KActionSelector : public TQWidget {
Q_OBJECT
Q_ENUMS( ButtonIconSize InsertionPolicy )
Q_PROPERTY( bool moveOnDoubleClick READ moveOnDoubleClick WRITE setMoveOnDoubleClick )

@ -9,7 +9,7 @@
//---------------------------------------------------------------------
class KAccelShortcutListPrivate;
class KDEUI_EXPORT KActionShortcutList : public KShortcutList
class TDEUI_EXPORT KActionShortcutList : public KShortcutList
{
public:
KActionShortcutList( KActionCollection* );
@ -47,7 +47,7 @@ class KDEUI_EXPORT KActionShortcutList : public KShortcutList
//---------------------------------------------------------------------
class KAccelShortcutListPrivate;
class KDEUI_EXPORT KActionPtrShortcutList : public KShortcutList
class TDEUI_EXPORT KActionPtrShortcutList : public KShortcutList
{
public:
KActionPtrShortcutList( KActionPtrList& );

@ -34,7 +34,7 @@ class KActiveLabelPrivate;
* @author Waldo Bastian (bastian@kde.org)
* @version $Id$
*/
class KDEUI_EXPORT KActiveLabel : public TQTextBrowser
class TDEUI_EXPORT KActiveLabel : public TQTextBrowser
{
Q_OBJECT
public:

@ -52,7 +52,7 @@ class KAnimWidgetPrivate;
*
* @author Kurt Granroth <granroth@kde.org>
*/
class KDEUI_EXPORT KAnimWidget : public TQFrame
class TDEUI_EXPORT KAnimWidget : public TQFrame
{
Q_OBJECT
Q_PROPERTY( int size READ size WRITE setSize )

@ -35,7 +35,7 @@ class KArrowButtonPrivate;
*
* @author Frerich Raabe
*/
class KDEUI_EXPORT KArrowButton : public TQPushButton
class TDEUI_EXPORT KArrowButton : public TQPushButton
{
Q_OBJECT
Q_PROPERTY( int arrowType READ arrowTp WRITE setArrowTp )

@ -44,7 +44,7 @@ class KAuthIconPrivate;
* @see KRootPermsIcon, KWritePermsIcon
* @author Preston Brown <pbrown@kde.org>
*/
class KDEUI_EXPORT KAuthIcon : public TQWidget
class TDEUI_EXPORT KAuthIcon : public TQWidget
{
Q_OBJECT
@ -100,7 +100,7 @@ class KRootPermsIconPrivate;
* @see KAuthIcon
* @author Preston Brown <pbrown@kde.org>
*/
class KDEUI_EXPORT KRootPermsIcon : public KAuthIcon
class TDEUI_EXPORT KRootPermsIcon : public KAuthIcon
{
Q_OBJECT
@ -132,7 +132,7 @@ class KWritePermsIconPrivate;
* @see KAuthIcon
* @author Preston Brown <pbrown@kde.org>
*/
class KDEUI_EXPORT KWritePermsIcon : public KAuthIcon
class TDEUI_EXPORT KWritePermsIcon : public KAuthIcon
{
Q_OBJECT
Q_PROPERTY( TQString fileName READ fileName WRITE setFileName )

@ -39,7 +39,7 @@ class KBugReportPrivate;
*
* @author David Faure <faure@kde.org>
*/
class KDEUI_EXPORT KBugReport : public KDialogBase
class TDEUI_EXPORT KBugReport : public KDialogBase
{
Q_OBJECT
public:

@ -39,7 +39,7 @@ class KButtonBoxPrivate;
* @version $Id$
**/
class KDEUI_EXPORT KButtonBox : public TQWidget
class TDEUI_EXPORT KButtonBox : public TQWidget
{
Q_OBJECT

@ -48,7 +48,7 @@ class KCharSelectPrivate;
* @author Reginald Stadlbauer <reggie@kde.org>
*/
class KDEUI_EXPORT KCharSelectTable : public TQGridView
class TDEUI_EXPORT KCharSelectTable : public TQGridView
{
Q_OBJECT
@ -137,7 +137,7 @@ private:
* @author Reginald Stadlbauer <reggie@kde.org>
*/
class KDEUI_EXPORT KCharSelect : public TQVBox
class TDEUI_EXPORT KCharSelect : public TQVBox
{
Q_OBJECT
Q_PROPERTY( TQString fontFamily READ font WRITE setFont )

@ -75,7 +75,7 @@ If the popup menu is invoked with the keyboard shortcut, it's shown at
the position of the micro focus hint of the widget ( TQWidget::microFocusHint() ).
*/
class KDEUI_EXPORT KContextMenuManager : public TQObject
class TDEUI_EXPORT KContextMenuManager : public TQObject
{
Q_OBJECT
public:

@ -66,7 +66,7 @@ class KInstance;
*
* @author Matthias Hoelzer-Kluepfel <hoelzer@kde.org>
*/
class KDEUI_EXPORT KCModule : public TQWidget
class TDEUI_EXPORT KCModule : public TQWidget
{
Q_OBJECT

@ -34,7 +34,7 @@ class KColorButtonPrivate;
*
* \image html kcolorbutton.png "KDE Color Button"
*/
class KDEUI_EXPORT KColorButton : public TQPushButton
class TDEUI_EXPORT KColorButton : public TQPushButton
{
Q_OBJECT
Q_PROPERTY( TQColor color READ color WRITE setColor )

@ -36,7 +36,7 @@ class KColorComboInternal;
/**
* Combobox for colors.
*/
class KDEUI_EXPORT KColorCombo : public TQComboBox
class TDEUI_EXPORT KColorCombo : public TQComboBox
{
Q_OBJECT
Q_PROPERTY( TQColor color READ color WRITE setColor )

@ -55,7 +55,7 @@ class KColorCells;
* @see KXYSelector, KValueSelector, KColorDialog
* @author Martin Jones (mjones@kde.org)
*/
class KDEUI_EXPORT KHSSelector : public KXYSelector
class TDEUI_EXPORT KHSSelector : public KXYSelector
{
Q_OBJECT
@ -99,7 +99,7 @@ class KValueSelectorPrivate;
* @see KHSSelector, KColorDialog
* @author Martin Jones (mjones@kde.org)
*/
class KDEUI_EXPORT KValueSelector : public KSelector
class TDEUI_EXPORT KValueSelector : public KSelector
{
Q_OBJECT
@ -161,7 +161,7 @@ private:
*
* @author Waldo Bastian <bastian@kde.org>
**/
class KDEUI_EXPORT KColor : public TQColor
class TDEUI_EXPORT KColor : public TQColor
{
public:
KColor();
@ -195,7 +195,7 @@ private:
*
* @author Waldo Bastian <bastian@kde.org>
**/
class KDEUI_EXPORT KPaletteTable : public TQWidget
class TDEUI_EXPORT KPaletteTable : public TQWidget
{
Q_OBJECT
public:
@ -250,7 +250,7 @@ private:
*
* @author Martin Jones <mjones@kde.org>
*/
class KDEUI_EXPORT KColorCells : public TQGridView
class TDEUI_EXPORT KColorCells : public TQGridView
{
Q_OBJECT
public:
@ -308,7 +308,7 @@ private:
* automatically handles drag and drop from and on the widget.
*
*/
class KDEUI_EXPORT KColorPatch : public TQFrame
class TDEUI_EXPORT KColorPatch : public TQFrame
{
Q_OBJECT
public:
@ -374,7 +374,7 @@ private:
* the currently selected color is a KColorPatch.
*
**/
class KDEUI_EXPORT KColorDialog : public KDialogBase
class TDEUI_EXPORT KColorDialog : public KDialogBase
{
Q_OBJECT

@ -33,7 +33,7 @@ class KColorDragPrivate;
*
* See the Qt drag'n'drop documentation.
*/
class KDEUI_EXPORT KColorDrag : public TQStoredDrag {
class TDEUI_EXPORT KColorDrag : public TQStoredDrag {
Q_OBJECT
public:

@ -148,7 +148,7 @@ class KURL;
*
* @author Dawit Alemayehu <adawit@kde.org>
*/
class KDEUI_EXPORT KComboBox : public TQComboBox, public KCompletionBase
class TDEUI_EXPORT KComboBox : public TQComboBox, public KCompletionBase
{
Q_OBJECT
Q_PROPERTY( bool autoCompletion READ autoCompletion WRITE setAutoCompletion )
@ -537,7 +537,7 @@ class KPixmapProvider;
*
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
class KDEUI_EXPORT KHistoryCombo : public KComboBox
class TDEUI_EXPORT KHistoryCombo : public KComboBox
{
Q_OBJECT
Q_PROPERTY( TQStringList historyItems READ historyItems WRITE setHistoryItems )
@ -796,7 +796,7 @@ private:
KHistoryComboPrivate* const d;
};
class KDEUI_EXPORT KHistoryComboEditor : public KDialogBase
class TDEUI_EXPORT KHistoryComboEditor : public KDialogBase
{
Q_OBJECT

@ -34,7 +34,7 @@ class TQPopupMenu;
* The abstract base class for all Commands. Commands are used to
* store information needed for Undo/Redo functionality...
*/
class KDEUI_EXPORT KCommand
class TDEUI_EXPORT KCommand
{
protected:
/**
@ -75,7 +75,7 @@ protected:
* It is more memory-efficient to use KCommand and to implement the name() method,
* but in some cases it's more simple or more flexible to store the name at creation time.
*/
class KDEUI_EXPORT KNamedCommand : public KCommand
class TDEUI_EXPORT KNamedCommand : public KCommand
{
protected:
/**
@ -107,7 +107,7 @@ protected:
* It will appear as one to the user and in the command history,
* but it can use the implementation of multiple commands internally.
*/
class KDEUI_EXPORT KMacroCommand : public KNamedCommand
class TDEUI_EXPORT KMacroCommand : public KNamedCommand
{
public:
/**
@ -153,7 +153,7 @@ protected:
* undo/redo actions in the menu and changes the text according
* to the name of the command.
*/
class KDEUI_EXPORT KCommandHistory : public TQObject {
class TDEUI_EXPORT KCommandHistory : public TQObject {
Q_OBJECT
public:
/**

@ -40,7 +40,7 @@ class TQEvent;
*
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
class KDEUI_EXPORT KCompletionBox : public KListBox
class TDEUI_EXPORT KCompletionBox : public KListBox
{
Q_OBJECT
Q_PROPERTY( bool isTabHandling READ isTabHandling WRITE setTabHandling )

@ -69,7 +69,7 @@ class KConfigDialogManager;
* @author Waldo Bastian <bastian@kde.org>
* @since 3.2
*/
class KDEUI_EXPORT KConfigDialog : public KDialogBase {
class TDEUI_EXPORT KConfigDialog : public KDialogBase {
Q_OBJECT
signals:

@ -42,7 +42,7 @@ class TQWidget;
*
* @author Kurt Granroth <granroth@kde.org>
*/
class KDEUI_EXPORT KCursor : public TQt
class TDEUI_EXPORT KCursor : public TQt
{
public:
/**

@ -48,7 +48,7 @@ class KDateTable;
* @author Tim Gilman, Mirko Boehm
*
**/
class KDEUI_EXPORT KDatePicker: public TQFrame
class TDEUI_EXPORT KDatePicker: public TQFrame
{
Q_OBJECT
Q_PROPERTY( TQDate date READ date WRITE setDate)

@ -37,7 +37,7 @@ class KPopupMenu;
* @version $Id$
* @author Stephan Binner
*/
class KDEUI_EXPORT KDateInternalWeekSelector : public TQLineEdit
class TDEUI_EXPORT KDateInternalWeekSelector : public TQLineEdit
{
Q_OBJECT
protected:
@ -64,7 +64,7 @@ private:
* @version $Id$
* @author Tim Gilman, Mirko Boehm
*/
class KDEUI_EXPORT KDateInternalMonthPicker : public TQGridView
class TDEUI_EXPORT KDateInternalMonthPicker : public TQGridView
{
Q_OBJECT
protected:
@ -137,7 +137,7 @@ private:
* @version $Id$
* @author Tim Gilman, Mirko Boehm
*/
class KDEUI_EXPORT KDateInternalYearSelector : public TQLineEdit
class TDEUI_EXPORT KDateInternalYearSelector : public TQLineEdit
{
Q_OBJECT
protected:
@ -163,7 +163,7 @@ private:
* @author Tim Gilman, Mirko Boehm
* @version $Id$
*/
class KDEUI_EXPORT KPopupFrame : public TQFrame
class TDEUI_EXPORT KPopupFrame : public TQFrame
{
Q_OBJECT
protected:
@ -238,7 +238,7 @@ private:
/**
* Validates user-entered dates.
*/
class KDEUI_EXPORT KDateValidator : public TQValidator
class TDEUI_EXPORT KDateValidator : public TQValidator
{
public:
KDateValidator(TQWidget* parent=0, const char* name=0);
@ -260,7 +260,7 @@ public:
* @version $Id$
* @author Tim Gilman, Mirko Boehm
*/
class KDEUI_EXPORT KDateTable : public TQGridView
class TDEUI_EXPORT KDateTable : public TQGridView
{
Q_OBJECT
Q_PROPERTY( TQDate date READ getDate WRITE setDate )

@ -37,7 +37,7 @@
* @version $Id$
* @since 3.2
*/
class KDEUI_EXPORT KDateTimeWidget : public TQWidget
class TDEUI_EXPORT KDateTimeWidget : public TQWidget
{
Q_OBJECT
Q_PROPERTY( TQDateTime dateTime READ dateTime WRITE setDateTime )

@ -33,7 +33,7 @@
*
* @version $Id$
*/
class KDEUI_EXPORT KDateWidget : public TQWidget
class TDEUI_EXPORT KDateWidget : public TQWidget
{
Q_OBJECT
Q_PROPERTY( TQDate date READ date WRITE setDate )

@ -36,7 +36,7 @@ class KAction;
* This class can generate DCOP object ids for given action objects, which it automatically
* processes, as being a DCOPObjectProxy .
*/
class KDEUI_EXPORT KDCOPActionProxy : public DCOPObjectProxy
class TDEUI_EXPORT KDCOPActionProxy : public DCOPObjectProxy
{
public:
/**

@ -3,7 +3,7 @@ kde_module_LTLIBRARIES = kded_kdetrayproxy.la
INCLUDES= -I$(top_srcdir)/kded $(all_includes)
kded_kdetrayproxy_la_SOURCES = kdetrayproxy.cpp module.cpp module.skel
kded_kdetrayproxy_la_LDFLAGS = $(all_libraries) -module -avoid-version
kded_kdetrayproxy_la_LIBADD = $(LIB_KDECORE) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
kded_kdetrayproxy_la_LIBADD = $(LIB_TDECORE) $(LIB_KDED) $(LIB_QT) $(top_builddir)/dcop/libDCOP.la $(LIB_X11)
METASOURCES = AUTO

@ -49,7 +49,7 @@ class TQLayoutItem;
* @see KDialogBase
* @author Thomas Tanghus <tanghus@earthling.net>, Espen Sand <espensa@online.no>
*/
class KDEUI_EXPORT KDialog : public TQDialog
class TDEUI_EXPORT KDialog : public TQDialog
{
Q_OBJECT
@ -186,7 +186,7 @@ class KDEUI_EXPORT KDialog : public TQDialog
* @author Waldo Bastian <bastian@kde.org>
*/
class KDialogQueuePrivate;
class KDEUI_EXPORT KDialogQueue : public TQObject
class TDEUI_EXPORT KDialogQueue : public TQObject
{
Q_OBJECT
@ -215,7 +215,7 @@ protected:
*
* @author Timothy Pearson <kb9vqf@pearsoncomputing.net>
*/
class KDEUI_EXPORT KSMModalDialogHeader : public TQWidget
class TDEUI_EXPORT KSMModalDialogHeader : public TQWidget
{
Q_OBJECT
@ -234,7 +234,7 @@ public:
* @author Timothy Pearson <kb9vqf@pearsoncomputing.net>
*/
class TQLabel;
class KDEUI_EXPORT KSMModalDialog : public TQWidget
class TDEUI_EXPORT KSMModalDialog : public TQWidget
{
Q_OBJECT

@ -188,7 +188,7 @@ class KDialogBaseTile;
*
* @author Mirko Boehm (mirko@kde.org) and Espen Sand (espen@kde.org)
*/
class KDEUI_EXPORT KDialogBase : public KDialog
class TDEUI_EXPORT KDialogBase : public KDialog
{
Q_OBJECT

@ -28,7 +28,7 @@
* Used internally by KDialogBase.
* @internal
*/
class KDEUI_EXPORT KDialogBaseButton : public KPushButton
class TDEUI_EXPORT KDialogBaseButton : public KPushButton
{
Q_OBJECT
@ -45,7 +45,7 @@ class KDEUI_EXPORT KDialogBaseButton : public KPushButton
* Used internally by KDialogBase.
* @internal
*/
class KDEUI_EXPORT KDialogBaseTile : public TQObject
class TDEUI_EXPORT KDialogBaseTile : public TQObject
{
Q_OBJECT

@ -100,7 +100,7 @@ namespace KMDI
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockWidgetAbstractHeader : public TQFrame
class TDEUI_EXPORT KDockWidgetAbstractHeader : public TQFrame
{
Q_OBJECT
TQ_OBJECT
@ -150,7 +150,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockWidgetAbstractHeaderDrag : public TQFrame
class TDEUI_EXPORT KDockWidgetAbstractHeaderDrag : public TQFrame
{
Q_OBJECT
TQ_OBJECT
@ -196,7 +196,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockWidgetHeaderDrag : public KDockWidgetAbstractHeaderDrag
class TDEUI_EXPORT KDockWidgetHeaderDrag : public KDockWidgetAbstractHeaderDrag
{
Q_OBJECT
TQ_OBJECT
@ -238,7 +238,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockWidgetHeader : public KDockWidgetAbstractHeader
class TDEUI_EXPORT KDockWidgetHeader : public KDockWidgetAbstractHeader
{
Q_OBJECT
TQ_OBJECT
@ -364,7 +364,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockTabGroup : public TQTabWidget
class TDEUI_EXPORT KDockTabGroup : public TQTabWidget
{
Q_OBJECT
TQ_OBJECT
@ -425,7 +425,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockWidget: public TQWidget
class TDEUI_EXPORT KDockWidget: public TQWidget
{
Q_OBJECT
TQ_OBJECT
@ -912,7 +912,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockManager: public TQObject
class TDEUI_EXPORT KDockManager: public TQObject
{
Q_OBJECT
TQ_OBJECT
@ -1311,7 +1311,7 @@ private:
*
* @author Max Judin (documentation: Falk Brettschneider).
*/
class KDEUI_EXPORT KDockMainWindow : public KMainWindow
class TDEUI_EXPORT KDockMainWindow : public KMainWindow
{
Q_OBJECT
TQ_OBJECT
@ -1482,7 +1482,7 @@ private:
KDockMainWindowPrivate *d;
};
class KDEUI_EXPORT KDockArea : public TQWidget
class TDEUI_EXPORT KDockArea : public TQWidget
{
Q_OBJECT
TQ_OBJECT

@ -40,7 +40,7 @@ COMPATIBLE. THIS HEADER IS ONLY INSTALLED, BECAUSE IT IS NEEDED IN
#include <tqstringlist.h>
// Add some describing comment !!
class KDEUI_EXPORT KDockContainer
class TDEUI_EXPORT KDockContainer
{
public:
KDockContainer();

@ -41,9 +41,9 @@ class KDockContainer;
*
* @author Max Judin.
*/
class KDEUI_EXPORT KDockSplitter : public TQWidget
class TDEUI_EXPORT KDockSplitter : public TQWidget
{
// NOTE: in theory the KDEUI_EXPORT above shouldn't be there, but it's needed for kexi,
// NOTE: in theory the TDEUI_EXPORT above shouldn't be there, but it's needed for kexi,
// which copies the whole definition of the class to be able to access separatorPosInPercent etc.
// This needs real fixing in KDE4.
@ -245,7 +245,7 @@ private:
*
* @author Max Judin.
*/
class KDEUI_EXPORT KDockButton_Private : public TQPushButton
class TDEUI_EXPORT KDockButton_Private : public TQPushButton
{
Q_OBJECT
public:

@ -45,7 +45,7 @@ class TQBitmap;
*
* @author Daniel M. Duley <mosfet@kde.org>
*/
class KDEUI_EXPORT KDualColorButton : public TQWidget
class TDEUI_EXPORT KDualColorButton : public TQWidget
{
Q_OBJECT
Q_ENUMS( DualColor )

@ -34,7 +34,7 @@ class KHistoryCombo;
class KIntNumInput;
class TQVButtonGroup;
class KDEUI_EXPORT KEdGotoLine : public KDialogBase
class TDEUI_EXPORT KEdGotoLine : public KDialogBase
{
Q_OBJECT
@ -56,7 +56,7 @@ private:
};
///
class KDEUI_EXPORT KEdFind : public KDialogBase
class TDEUI_EXPORT KEdFind : public KDialogBase
{
Q_OBJECT
Q_PROPERTY( TQString text READ getText WRITE setText )
@ -106,7 +106,7 @@ private:
};
///
class KDEUI_EXPORT KEdReplace : public KDialogBase
class TDEUI_EXPORT KEdReplace : public KDialogBase
{
Q_OBJECT
@ -168,7 +168,7 @@ private:
* @author Bernd Johannes Wuebben <wuebben@math.cornell.edu>, Waldo Bastian <bastian@kde.org>
**/
class KDEUI_EXPORT_DEPRECATED KEdit : public TQMultiLineEdit
class TDEUI_EXPORT_DEPRECATED KEdit : public TQMultiLineEdit
{
Q_OBJECT

@ -41,7 +41,7 @@ class KEditListBoxPrivate;
* \image html keditlistbox.png "KDE Edit List Box Widget"
*
*/
class KDEUI_EXPORT KEditListBox : public TQGroupBox
class TDEUI_EXPORT KEditListBox : public TQGroupBox
{
Q_OBJECT
TQ_OBJECT
@ -247,25 +247,25 @@ public:
class CustomEditor
{
public:
KDEUI_EXPORT CustomEditor()
TDEUI_EXPORT CustomEditor()
: m_representationWidget( 0L ),
m_lineEdit( 0L ) {}
KDEUI_EXPORT CustomEditor( TQWidget *repWidget, KLineEdit *edit )
TDEUI_EXPORT CustomEditor( TQWidget *repWidget, KLineEdit *edit )
: m_representationWidget( repWidget ),
m_lineEdit( edit ) {}
KDEUI_EXPORT CustomEditor( KComboBox *combo );
TDEUI_EXPORT CustomEditor( KComboBox *combo );
KDEUI_EXPORT void setRepresentationWidget( TQWidget *repWidget ) {
TDEUI_EXPORT void setRepresentationWidget( TQWidget *repWidget ) {
m_representationWidget = repWidget;
}
KDEUI_EXPORT void setLineEdit( KLineEdit *edit ) {
TDEUI_EXPORT void setLineEdit( KLineEdit *edit ) {
m_lineEdit = edit;
}
KDEUI_EXPORT virtual TQWidget *representationWidget() const {
TDEUI_EXPORT virtual TQWidget *representationWidget() const {
return m_representationWidget;
}
KDEUI_EXPORT virtual KLineEdit *lineEdit() const {
TDEUI_EXPORT virtual KLineEdit *lineEdit() const {
return m_lineEdit;
}

@ -107,7 +107,7 @@ namespace
* @author Kurt Granroth <granroth@kde.org>
* @version $Id$
*/
class KDEUI_EXPORT KEditToolbar : public KDialogBase
class TDEUI_EXPORT KEditToolbar : public KDialogBase
{
Q_OBJECT
public:
@ -267,7 +267,7 @@ private:
* @author Kurt Granroth <granroth@kde.org>
* @version $Id$
*/
class KDEUI_EXPORT KEditToolbarWidget : public TQWidget, virtual public KXMLGUIClient
class TDEUI_EXPORT KEditToolbarWidget : public TQWidget, virtual public KXMLGUIClient
{
Q_OBJECT
public:

@ -32,7 +32,7 @@
*
* @author Malte Starostik <malte@kde.org>
*/
class KDEUI_EXPORT KFontCombo : public KComboBox
class TDEUI_EXPORT KFontCombo : public KComboBox
{
Q_OBJECT
Q_PROPERTY(TQString family READ currentFont WRITE setCurrentFont)

@ -51,7 +51,7 @@ class KIntNumInput;
* @author Preston Brown <pbrown@kde.org>, Bernd Wuebben <wuebben@kde.org>
* @version $Id$
*/
class KDEUI_EXPORT KFontChooser : public TQWidget
class TDEUI_EXPORT KFontChooser : public TQWidget
{
Q_OBJECT
Q_PROPERTY( TQFont font READ font WRITE setFont )
@ -336,7 +336,7 @@ private:
* @author Preston Brown <pbrown@kde.org>, Bernd Wuebben <wuebben@kde.org>
* @version $Id$
*/
class KDEUI_EXPORT KFontDialog : public KDialogBase {
class TDEUI_EXPORT KFontDialog : public KDialogBase {
Q_OBJECT
public:

@ -41,7 +41,7 @@ class TQPushButton;
* @author Nadeem Hasan <nhasan@kde.org>
*
*/
class KDEUI_EXPORT KFontRequester : public TQWidget
class TDEUI_EXPORT KFontRequester : public TQWidget
{
Q_OBJECT

@ -35,7 +35,7 @@
* @author Holger Freyther <freyher@yahoo.com>
* @see KStdGuiItem
*/
class KDEUI_EXPORT KGuiItem
class TDEUI_EXPORT KGuiItem
{
public:
KGuiItem();

@ -128,7 +128,7 @@ class KHelpMenuPrivate;
* @author Espen Sand (espen@kde.org)
*/
class KDEUI_EXPORT KHelpMenu : public TQObject
class TDEUI_EXPORT KHelpMenu : public TQObject
{
Q_OBJECT

@ -39,7 +39,7 @@
* TQIconView::selectionChanged() signal.
*
**/
class KDEUI_EXPORT KIconView : public TQIconView
class TDEUI_EXPORT KIconView : public TQIconView
{
friend class KIconViewItem;
Q_OBJECT
@ -223,7 +223,7 @@ class KWordWrap;
*
* @author David Faure <david@mandrakesoft.com>
*/
class KDEUI_EXPORT KIconViewItem : public TQIconViewItem
class TDEUI_EXPORT KIconViewItem : public TQIconViewItem
{
public:
// Need to redefine all the constructors - I want Java !

@ -35,7 +35,7 @@ class TQIconViewItem;
*
* @since 3.3
*/
class KDEUI_EXPORT KIconViewSearchLine : public KLineEdit
class TDEUI_EXPORT KIconViewSearchLine : public KLineEdit
{
Q_OBJECT

@ -45,7 +45,7 @@ class KInputDialogPrivate;
* @since 3.2
* @author Nadeem Hasan <nhasan@kde.org>
*/
class KDEUI_EXPORT KInputDialog : public KDialogBase
class TDEUI_EXPORT KInputDialog : public KDialogBase
{
Q_OBJECT

@ -64,7 +64,7 @@ class KGuiItem;
*
* @author Espen Sand (espen@kde.org)
*/
class KDEUI_EXPORT KJanusWidget : public TQWidget
class TDEUI_EXPORT KJanusWidget : public TQWidget
{
Q_OBJECT

@ -37,7 +37,7 @@
* @author Mark Donohoe <donohoe@kde.org>
* @internal
*/
class KDEUI_EXPORT KKeyButton: public TQPushButton
class TDEUI_EXPORT KKeyButton: public TQPushButton
{
Q_OBJECT

@ -55,7 +55,7 @@ class KKeyChooserItem;
* @see KKeyDialog
* @author Nicolas Hadacek <hadacek@via.ecp.fr>
*/
class KDEUI_EXPORT KKeyChooser : public TQWidget
class TDEUI_EXPORT KKeyChooser : public TQWidget
{
Q_OBJECT
public:
@ -271,7 +271,7 @@ typedef KKeyChooser KKeyChooser;
*
* @author Nicolas Hadacek <hadacek@via.ecp.fr>
*/
class KDEUI_EXPORT KKeyDialog : public KDialogBase
class TDEUI_EXPORT KKeyDialog : public KDialogBase
{
Q_OBJECT

@ -44,7 +44,7 @@ class TQPopupMenu;
* Combined version of KTagCombo and KLanguageCombo but using a QPushButton
* instead.
*/
class KDEUI_EXPORT KLanguageButton : public TQWidget
class TDEUI_EXPORT KLanguageButton : public TQWidget
{
Q_OBJECT

@ -288,7 +288,7 @@ KLed::paintRound() // paint a ROUND RAISED led lamp
paint.drawEllipse( scale, scale, width - scale*2, width - scale*2 );
// Draw the bright light spot of the LED now, using modified "old"
// painter routine taken from KDEUI´s KLed widget:
// painter routine taken from TDEUI´s KLed widget:
// Setting the new width of the pen is essential to avoid "pixelized"
// shadow like it can be observed with the old LED code
@ -384,7 +384,7 @@ KLed::paintSunken() // paint a ROUND SUNKEN led lamp
paint.drawEllipse( scale, scale, width - scale*2, width - scale*2 );
// Draw the bright light spot of the LED now, using modified "old"
// painter routine taken from KDEUI´s KLed widget:
// painter routine taken from TDEUI´s KLed widget:
// Setting the new width of the pen is essential to avoid "pixelized"
// shadow like it can be observed with the old LED code

@ -42,7 +42,7 @@ class TQColor;
*
* @author Joerg Habenicht, Richard J. Moore (rich@kde.org) 1998, 1999
*/
class KDEUI_EXPORT KLed : public TQWidget
class TDEUI_EXPORT KLed : public TQWidget
{
Q_OBJECT
Q_ENUMS( State Shape Look )

@ -142,7 +142,7 @@ class KURL;
* @author Dawit Alemayehu <adawit@kde.org>
*/
class KDEUI_EXPORT KLineEdit : public TQLineEdit, public KCompletionBase
class TDEUI_EXPORT KLineEdit : public TQLineEdit, public KCompletionBase
{
friend class KComboBox;

@ -37,7 +37,7 @@ class TQValidator;
* @author David Faure <faure@kde.org>, layout management by Preston Brown <pbrown@kde.org>
*/
class KDEUI_EXPORT_DEPRECATED KLineEditDlg : public KDialogBase
class TDEUI_EXPORT_DEPRECATED KLineEditDlg : public KDialogBase
{
Q_OBJECT
public:

@ -37,7 +37,7 @@
* settings. If you want to get informed when the user selects
* something connect to the TQListBox::selectionChanged() signal.
**/
class KDEUI_EXPORT KListBox : public TQListBox
class TDEUI_EXPORT KListBox : public TQListBox
{
Q_OBJECT

@ -50,7 +50,7 @@ class KLineEdit;
* Reimplement dragObject() and (possibly) startDrag(),
* and setDragEnabled(true).
*/
class KDEUI_EXPORT KListView : public TQListView
class TDEUI_EXPORT KListView : public TQListView
{
friend class KListViewItem;
@ -1007,7 +1007,7 @@ private:
*
* @short listview item with alternate background color support
*/
class KDEUI_EXPORT KListViewItem : public TQListViewItem
class TDEUI_EXPORT KListViewItem : public TQListViewItem
{
friend class KListView;
public:

@ -25,7 +25,7 @@
* the editor for a KListView. please don't use this.
* @internal
**/
class KDEUI_EXPORT KListViewLineEdit : public KLineEdit
class TDEUI_EXPORT KListViewLineEdit : public KLineEdit
{
Q_OBJECT
public:

@ -44,7 +44,7 @@ class TQToolButton;
* @since 3.3
*/
class KDEUI_EXPORT KListViewSearchLine : public KLineEdit
class TDEUI_EXPORT KListViewSearchLine : public KLineEdit
{
Q_OBJECT
@ -216,7 +216,7 @@ private:
*
* @since 3.4
*/
class KDEUI_EXPORT KListViewSearchLineWidget : public TQHBox
class TDEUI_EXPORT KListViewSearchLineWidget : public TQHBox
{
Q_OBJECT

@ -95,7 +95,7 @@ class DCOPObject;
*/
class KDEUI_EXPORT KMainWindow : public TQMainWindow, public KXMLGUIBuilder, virtual public KXMLGUIClient
class TDEUI_EXPORT KMainWindow : public TQMainWindow, public KXMLGUIBuilder, virtual public KXMLGUIClient
{
friend class KMWSessionManaged;
Q_OBJECT

@ -37,7 +37,7 @@ class KMainWindow;
*
* @author Ian Reinhart Geiser <geiseri@yahoo.com>
*/
class KDEUI_EXPORT KMainWindowInterface : virtual public DCOPObject
class TDEUI_EXPORT KMainWindowInterface : virtual public DCOPObject
{
K_DCOP

@ -39,7 +39,7 @@
* @version $Id$
*/
class KDEUI_EXPORT KMenuBar : public TQMenuBar
class TDEUI_EXPORT KMenuBar : public TQMenuBar
{
Q_OBJECT

@ -41,7 +41,7 @@ class KDialogBase;
*
* @author Waldo Bastian (bastian@kde.org)
*/
class KDEUI_EXPORT KMessageBox
class TDEUI_EXPORT KMessageBox
{
public:
/**

@ -46,7 +46,7 @@ class KIntSpinBox;
* for a different variable type
*
*/
class KDEUI_EXPORT KNumInput : public TQWidget
class TDEUI_EXPORT KNumInput : public TQWidget
{
Q_OBJECT
TQ_OBJECT
@ -185,7 +185,7 @@ private:
* @version $Id$
*/
class KDEUI_EXPORT KIntNumInput : public KNumInput
class TDEUI_EXPORT KIntNumInput : public KNumInput
{
Q_OBJECT
TQ_OBJECT
@ -431,7 +431,7 @@ class KDoubleLine;
* @see KIntNumInput, KDoubleSpinBox
*/
class KDEUI_EXPORT KDoubleNumInput : public KNumInput
class TDEUI_EXPORT KDoubleNumInput : public KNumInput
{
Q_OBJECT
TQ_OBJECT
@ -704,7 +704,7 @@ private:
* The class provides an easy interface to use other
* numeric systems than the decimal.
*/
class KDEUI_EXPORT KIntSpinBox : public TQSpinBox
class TDEUI_EXPORT KIntSpinBox : public TQSpinBox
{
Q_OBJECT
TQ_OBJECT
@ -835,7 +835,7 @@ private:
@since 3.1
**/
class KDEUI_EXPORT KDoubleSpinBox : public TQSpinBox {
class TDEUI_EXPORT KDoubleSpinBox : public TQSpinBox {
Q_OBJECT
TQ_OBJECT
Q_PROPERTY( bool acceptLocalizedNumbers READ acceptLocalizedNumbers WRITE setAcceptLocalizedNumbers )

@ -41,7 +41,7 @@ class TQString;
@author Glen Parker <glenebob@nwlink.com>
@version 0.0.1
*/
class KDEUI_EXPORT KIntValidator : public TQValidator {
class TDEUI_EXPORT KIntValidator : public TQValidator {
public:
/**
@ -106,7 +106,7 @@ class KFloatValidatorPrivate;
@author Glen Parker <glenebob@nwlink.com>
@version 0.0.1
*/
class KDEUI_EXPORT KFloatValidator : public TQValidator {
class TDEUI_EXPORT KFloatValidator : public TQValidator {
public:
/**
@ -178,7 +178,7 @@ class KDEUI_EXPORT KFloatValidator : public TQValidator {
@since 3.1
**/
class KDEUI_EXPORT KDoubleValidator : public TQDoubleValidator {
class TDEUI_EXPORT KDoubleValidator : public TQDoubleValidator {
Q_OBJECT
Q_PROPERTY( bool acceptLocalizedNumbers READ acceptLocalizedNumbers WRITE setAcceptLocalizedNumbers )
public:

@ -94,7 +94,7 @@ class TQPopupMenu;
*
* @author Matthias Elter <elter@kde.org>
**/
class KDEUI_EXPORT KPanelApplet : public TQFrame
class TDEUI_EXPORT KPanelApplet : public TQFrame
{
Q_OBJECT

@ -34,7 +34,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* @author Daniel M. Duley <mosfet@kde.org>
*/
class KDEUI_EXPORT KPanelAppMenu : public TQObject, public DCOPObject
class TDEUI_EXPORT KPanelAppMenu : public TQObject, public DCOPObject
{
Q_OBJECT
public:

@ -94,7 +94,7 @@ class KPanelExtensionPrivate;
*
* @author Matthias Elter <elter@kde.org>
**/
class KDEUI_EXPORT KPanelExtension : public TQFrame
class TDEUI_EXPORT KPanelExtension : public TQFrame
{
Q_OBJECT

@ -50,7 +50,7 @@ class KPanelMenuPrivate;
*
* @author The kicker maintainers, Michael Goffioul <tdeprint@swing.be>
*/
class KDEUI_EXPORT KPanelMenu : public KPopupMenu
class TDEUI_EXPORT KPanelMenu : public KPopupMenu
{
Q_OBJECT

@ -36,7 +36,7 @@ class TQWidget;
* The widget uses the user's global "echo mode" setting.
*/
class KDEUI_EXPORT KPasswordEdit
class TDEUI_EXPORT KPasswordEdit
: public TQLineEdit
{
Q_OBJECT
@ -163,7 +163,7 @@ private:
* @author Geert Jansen <jansen@kde.org>
*/
class KDEUI_EXPORT KPasswordDialog
class TDEUI_EXPORT KPasswordDialog
: public KDialogBase
{
Q_OBJECT

@ -65,7 +65,7 @@ class TQVBox;
* @author Richard Moore, rich@kde.org
* @author Sascha Cunz, sascha.cunz@tiscali.de
*/
class KDEUI_EXPORT KPassivePopup : public TQFrame
class TDEUI_EXPORT KPassivePopup : public TQFrame
{
Q_OBJECT
Q_PROPERTY (bool autoDelete READ autoDelete WRITE setAutoDelete )

@ -84,7 +84,7 @@ struct KPixmapIOPrivate;
* point in using it.
*/
class KDEUI_EXPORT KPixmapIO
class TDEUI_EXPORT KPixmapIO
{
public:
KPixmapIO();

@ -39,7 +39,7 @@
* @author Antonio Larrosa <larrosa@kde.org>
* @since 3.4
*/
class KDEUI_EXPORT KPixmapRegionSelectorDialog : public KDialogBase
class TDEUI_EXPORT KPixmapRegionSelectorDialog : public KDialogBase
{
public:
/**

@ -41,7 +41,7 @@ class KPopupMenu;
* @author Antonio Larrosa <larrosa@kde.org>
* @since 3.4
*/
class KDEUI_EXPORT KPixmapRegionSelectorWidget : public TQWidget
class TDEUI_EXPORT KPixmapRegionSelectorWidget : public TQWidget
{
Q_OBJECT
public:

@ -35,7 +35,7 @@
*
* @author Daniel M. Duley <mosfet@kde.org>
*/
class KDEUI_EXPORT KPopupTitle : public TQWidget
class TDEUI_EXPORT KPopupTitle : public TQWidget
{
Q_OBJECT
@ -120,7 +120,7 @@ private:
* @author Daniel M. Duley <mosfet@kde.org>
* @author Hamish Rodda <rodda@kde.org>
*/
class KDEUI_EXPORT KPopupMenu : public TQPopupMenu {
class TDEUI_EXPORT KPopupMenu : public TQPopupMenu {
Q_OBJECT
TQ_OBJECT
public:

@ -43,7 +43,7 @@
*
* @author Aaron Seigo
*/
class KDEUI_EXPORT KProgress : public TQProgressBar
class TDEUI_EXPORT KProgress : public TQProgressBar
{
Q_OBJECT
@ -184,7 +184,7 @@ private:
* @short A dialog with a progress bar
* @author Aaron J. Seigo
*/
class KDEUI_EXPORT KProgressDialog : public KDialogBase
class TDEUI_EXPORT KProgressDialog : public KDialogBase
{
Q_OBJECT

@ -51,7 +51,7 @@
* @short A dialog with a progress bar and text box.
* @author Timothy Pearson
*/
class KDEUI_EXPORT KProgressBoxDialog : public KDialogBase
class TDEUI_EXPORT KProgressBoxDialog : public KDialogBase
{
Q_OBJECT

@ -34,7 +34,7 @@ class TQDragObject;
* @short A TQPushButton with drag-support and KGuiItem support
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
class KDEUI_EXPORT KPushButton : public TQPushButton
class TDEUI_EXPORT KPushButton : public TQPushButton
{
Q_OBJECT
Q_PROPERTY(int stdItem READ guiItm WRITE setGuiItm )

@ -41,7 +41,7 @@
*
* @author Michael Wiedmann <mw@miwie.in-berlin.de>
*/
class KDEUI_EXPORT KRestrictedLine : public KLineEdit
class TDEUI_EXPORT KRestrictedLine : public KLineEdit
{
Q_OBJECT
Q_PROPERTY( TQString validChars READ validChars WRITE setValidChars )

@ -43,7 +43,7 @@ class KRootPixmapData;
* @author Geert Jansen <jansen@kde.org>
* @version $Id$
*/
class KDEUI_EXPORT KRootPixmap: public TQObject
class TDEUI_EXPORT KRootPixmap: public TQObject
{
Q_OBJECT

@ -68,7 +68,7 @@
* @short A ruler widget.
* @author Jörg Habenicht
*/
class KDEUI_EXPORT KRuler : public TQFrame
class TDEUI_EXPORT KRuler : public TQFrame
{
Q_OBJECT
Q_PROPERTY( int minValue READ minValue WRITE setMinValue )

@ -84,7 +84,7 @@ enum KSpellClients {
* @see KSpell
*/
class KDEUI_EXPORT KSpellConfig : public TQWidget
class TDEUI_EXPORT KSpellConfig : public TQWidget
{
Q_OBJECT

@ -27,7 +27,7 @@
*
*
**/
class KDEUI_EXPORT KScrollView : public TQScrollView
class TDEUI_EXPORT KScrollView : public TQScrollView
{
Q_OBJECT

@ -40,7 +40,7 @@
* A custom drawing routine for the widget surface has
* to be provided by the subclass.
*/
class KDEUI_EXPORT KXYSelector : public TQWidget
class TDEUI_EXPORT KXYSelector : public TQWidget
{
Q_OBJECT
Q_PROPERTY( int xValue READ xValue WRITE setXValue )
@ -156,7 +156,7 @@ private:
* A custom drawing routine for the widget surface has
* to be provided by the subclass.
*/
class KDEUI_EXPORT KSelector : public TQWidget, public TQRangeControl
class TDEUI_EXPORT KSelector : public TQWidget, public TQRangeControl
{
Q_OBJECT
Q_PROPERTY( int value READ value WRITE setValue )
@ -290,7 +290,7 @@ private:
* \image html kgradientselector.png "KDE Gradient Selector Widget"
*
**/
class KDEUI_EXPORT KGradientSelector : public KSelector
class TDEUI_EXPORT KGradientSelector : public KSelector
{
Q_OBJECT

@ -30,7 +30,7 @@
* @author Michael Roth <mroth@wirlweb.de>
* @version $Id$
*/
class KDEUI_EXPORT KSeparator : public TQFrame
class TDEUI_EXPORT KSeparator : public TQFrame
{
Q_OBJECT
Q_PROPERTY( int orientation READ orientation WRITE setOrientation )

@ -53,7 +53,7 @@ class KSharedPixmapPrivate;
* @version $Id$
*
*/
class KDEUI_EXPORT KSharedPixmap:
class TDEUI_EXPORT KSharedPixmap:
public TQWidget,
public KPixmap
{

@ -38,7 +38,7 @@ class KShortcutDialogAdvanced;
* @see KKeyDialog
* @since 3.4
*/
class KDEUI_EXPORT KShortcutDialog : public KDialogBase
class TDEUI_EXPORT KShortcutDialog : public KDialogBase
{
Q_OBJECT
public:

@ -43,7 +43,7 @@ class KSpellDlg;
* @see KSpellConfig, KSyntaxHighlighter
*/
class KDEUI_EXPORT KSpell : public TQObject
class TDEUI_EXPORT KSpell : public TQObject
{
Q_OBJECT

@ -43,7 +43,7 @@ enum KS_RESULT {
KS_CONFIG= 9
};
class KDEUI_EXPORT KSpellDlg : public KDialogBase
class TDEUI_EXPORT KSpellDlg : public KDialogBase
{
Q_OBJECT

@ -38,7 +38,7 @@ class TQPixmap;
* @author Chris Howells (howells@kde.org)
* @since 3.2
*/
class KDEUI_EXPORT KSplashScreen : public TQSplashScreen
class TDEUI_EXPORT KSplashScreen : public TQSplashScreen
{
Q_OBJECT

@ -43,7 +43,7 @@
/*
* QLabel
*/
class KDEUI_EXPORT KSqueezedTextLabel : public TQLabel {
class TDEUI_EXPORT KSqueezedTextLabel : public TQLabel {
Q_OBJECT
public:

@ -32,7 +32,7 @@ class KStatusBar;
* Internal label class for use in KStatusBar
* @internal
*/
class KDEUI_EXPORT KStatusBarLabel : public TQLabel
class TDEUI_EXPORT KStatusBarLabel : public TQLabel
{
Q_OBJECT
@ -84,7 +84,7 @@ signals:
* @see KActionCollection
*/
class KDEUI_EXPORT KStatusBar : public TQStatusBar
class TDEUI_EXPORT KStatusBar : public TQStatusBar
{
Q_OBJECT

@ -165,7 +165,7 @@ namespace KStdAction
* Creates an action corresponding to the
* KStdAction::StdAction enum.
*/
KDEUI_EXPORT KAction* create( StdAction id, const char *name,
TDEUI_EXPORT KAction* create( StdAction id, const char *name,
const TQObject *recvr, const char *slot,
KActionCollection* parent );
@ -186,7 +186,7 @@ namespace KStdAction
/**
* This will return the internal name of a given standard action.
*/
KDEUI_EXPORT const char* name( StdAction id );
TDEUI_EXPORT const char* name( StdAction id );
/// @obsolete. Use name()
inline const char* stdName(StdAction act_enum) { return name( act_enum ); }
@ -196,17 +196,17 @@ namespace KStdAction
* to give those heigher weight.
* @since 3.1
*/
KDEUI_EXPORT TQStringList stdNames();
TDEUI_EXPORT TQStringList stdNames();
/**
* Create a new document or window.
*/
KDEUI_EXPORT KAction *openNew(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
TDEUI_EXPORT KAction *openNew(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
/**
* Open an existing file.
*/
KDEUI_EXPORT KAction *open(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
TDEUI_EXPORT KAction *open(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
/**
* Open a recently used document. The signature of the slot being called
@ -217,86 +217,86 @@ namespace KStdAction
* @param parent parent widget
* @param name name of widget
*/
KDEUI_EXPORT KRecentFilesAction *openRecent(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
TDEUI_EXPORT KRecentFilesAction *openRecent(const TQObject *recvr, const char *slot, KActionCollection* parent, const char *name = 0 );
/**
* Save the current document.
*/
KDEUI_EXPORT KAction *save(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *save(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Save the current document under a different name.
*/
KDEUI_EXPORT KAction *saveAs(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *saveAs(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Revert the current document to the last saved version
* (essentially will undo all changes).
*/
KDEUI_EXPORT KAction *revert(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *revert(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Close the current document.
*/
KDEUI_EXPORT KAction *close(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *close(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Print the current document.
*/
KDEUI_EXPORT KAction *print(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *print(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Show a print preview of the current document.
*/
KDEUI_EXPORT KAction *printPreview(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *printPreview(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Mail this document.
*/
KDEUI_EXPORT KAction *mail(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *mail(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Quit the program.
*/
KDEUI_EXPORT KAction *quit(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *quit(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Undo the last operation.
*/
KDEUI_EXPORT KAction *undo(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *undo(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Redo the last operation.
*/
KDEUI_EXPORT KAction *redo(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *redo(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Cut selected area and store it in the clipboard.
*/
KDEUI_EXPORT KAction *cut(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *cut(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Copy the selected area into the clipboard.
*/
KDEUI_EXPORT KAction *copy(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *copy(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Paste the contents of clipboard at the current mouse or cursor
* position.
*/
KDEUI_EXPORT KAction *paste(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *paste(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
@ -305,190 +305,190 @@ namespace KStdAction
* menu if Klipper is running.
* @since 3.2
*/
KDEUI_EXPORT KAction *pasteText(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *pasteText(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Clear the content of the focus widget
* @since 3.2
*/
KDEUI_EXPORT KAction *clear(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *clear(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Select all elements in the current document.
*/
KDEUI_EXPORT KAction *selectAll(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *selectAll(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Deselect any selected elements in the current document.
*/
KDEUI_EXPORT KAction *deselect(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *deselect(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Initiate a 'find' request in the current document.
*/
KDEUI_EXPORT KAction *find(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *find(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Find the next instance of a stored 'find'.
*/
KDEUI_EXPORT KAction *findNext(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *findNext(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Find a previous instance of a stored 'find'.
*/
KDEUI_EXPORT KAction *findPrev(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *findPrev(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Find and replace matches.
*/
KDEUI_EXPORT KAction *replace(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *replace(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* View the document at its actual size.
*/
KDEUI_EXPORT KAction *actualSize(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *actualSize(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Fit the document view to the size of the current window.
*/
KDEUI_EXPORT KAction *fitToPage(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *fitToPage(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Fit the document view to the width of the current window.
*/
KDEUI_EXPORT KAction *fitToWidth(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *fitToWidth(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Fit the document view to the height of the current window.
*/
KDEUI_EXPORT KAction *fitToHeight(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *fitToHeight(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Zoom in.
*/
KDEUI_EXPORT KAction *zoomIn(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *zoomIn(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Zoom out.
*/
KDEUI_EXPORT KAction *zoomOut(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *zoomOut(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Popup a zoom dialog.
*/
KDEUI_EXPORT KAction *zoom(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *zoom(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Redisplay or redraw the document.
*/
KDEUI_EXPORT KAction *redisplay(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *redisplay(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Move up (web style menu).
*/
KDEUI_EXPORT KAction *up(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *up(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Move back (web style menu).
*/
KDEUI_EXPORT KAction *back(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *back(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Move forward (web style menu).
*/
KDEUI_EXPORT KAction *forward(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *forward(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Go to the "Home" position or document.
*/
KDEUI_EXPORT KAction *home(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *home(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Scroll up one page.
*/
KDEUI_EXPORT KAction *prior(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *prior(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Scroll down one page.
*/
KDEUI_EXPORT KAction *next(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *next(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Go to somewhere in general.
*/
KDEUI_EXPORT KAction *goTo(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *goTo(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Go to a specific page (dialog).
*/
KDEUI_EXPORT KAction *gotoPage(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *gotoPage(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Go to a specific line (dialog).
*/
KDEUI_EXPORT KAction *gotoLine(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *gotoLine(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Jump to the first page.
*/
KDEUI_EXPORT KAction *firstPage(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *firstPage(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Jump to the last page.
*/
KDEUI_EXPORT KAction *lastPage(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *lastPage(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Add the current page to the bookmarks tree.
*/
KDEUI_EXPORT KAction *addBookmark(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *addBookmark(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Edit the application bookmarks.
*/
KDEUI_EXPORT KAction *editBookmarks(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *editBookmarks(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Pop up the spell checker.
*/
KDEUI_EXPORT KAction *spelling(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *spelling(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Show/Hide the menubar.
*/
KDEUI_EXPORT KToggleAction *showMenubar(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KToggleAction *showMenubar(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
@ -498,7 +498,7 @@ namespace KStdAction
* Show/Hide the primary toolbar.
* @since 3.1
*/
KDEUI_EXPORT KToggleAction *showToolbar(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KToggleAction *showToolbar(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 ) KDE_DEPRECATED;
/**
* @obsolete. toolbar actions are created automatically now in the
@ -506,26 +506,26 @@ namespace KStdAction
* See: KMainWindow::setStandardToolBarMenuEnabled(bool);
* Show/Hide the primary toolbar.
*/
KDEUI_EXPORT KToggleToolBarAction *showToolbar(const char* toolBarName,
TDEUI_EXPORT KToggleToolBarAction *showToolbar(const char* toolBarName,
KActionCollection* parent, const char *name = 0 ) KDE_DEPRECATED;
/**
* Show/Hide the statusbar.
*/
KDEUI_EXPORT KToggleAction *showStatusbar(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KToggleAction *showStatusbar(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Switch to/from full screen mode
* @since 3.2
*/
KDEUI_EXPORT KToggleFullScreenAction *fullScreen(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KToggleFullScreenAction *fullScreen(const TQObject *recvr, const char *slot,
KActionCollection* parent, TQWidget* window, const char *name = 0 );
/**
* Display the save options dialog.
*/
KDEUI_EXPORT KAction *saveOptions(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *saveOptions(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
@ -534,19 +534,19 @@ namespace KStdAction
* Note that you might be able to use the pre-built KXMLGUIFactory's fuction:
* KStdAction::keyBindings(guiFactory(), TQT_SLOT(configureShortcuts()), actionCollection());
*/
KDEUI_EXPORT KAction *keyBindings(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *keyBindings(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display the preferences/options dialog.
*/
KDEUI_EXPORT KAction *preferences(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *preferences(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* The Customize Toolbar dialog.
*/
KDEUI_EXPORT KAction *configureToolbars(const TQObject *recvr,
TDEUI_EXPORT KAction *configureToolbars(const TQObject *recvr,
const char *slot,
KActionCollection* parent,
const char *name = 0 );
@ -555,7 +555,7 @@ namespace KStdAction
* The Configure Notifications dialog.
* @since 3.1
*/
KDEUI_EXPORT KAction *configureNotifications(const TQObject *recvr,
TDEUI_EXPORT KAction *configureNotifications(const TQObject *recvr,
const char *slot,
KActionCollection *parent,
const char *name = 0);
@ -563,51 +563,51 @@ namespace KStdAction
/**
* Display the help.
*/
KDEUI_EXPORT KAction *help(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *help(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display the help contents.
*/
KDEUI_EXPORT KAction *helpContents(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *helpContents(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Trigger the What's This cursor.
*/
KDEUI_EXPORT KAction *whatsThis(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *whatsThis(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display "Tip of the Day"
* @since 3.1
*/
KDEUI_EXPORT KAction *tipOfDay(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *tipOfDay(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Open up the Report Bug dialog.
*/
KDEUI_EXPORT KAction *reportBug(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *reportBug(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display the application's About box.
*/
KDEUI_EXPORT KAction *aboutApp(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *aboutApp(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display the About KDE dialog.
*/
KDEUI_EXPORT KAction *aboutKDE(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *aboutKDE(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
/**
* Display "Switch application language" dialog.
* @since 3.5.8
*/
KDEUI_EXPORT KAction *switchApplicationLanguage(const TQObject *recvr, const char *slot,
TDEUI_EXPORT KAction *switchApplicationLanguage(const TQObject *recvr, const char *slot,
KActionCollection* parent, const char *name = 0 );
}

@ -34,7 +34,7 @@
*
* @author Holger Freyther <freyther@kde.org>
*/
class KDEUI_EXPORT KStdGuiItem
class TDEUI_EXPORT KStdGuiItem
{
public:
/**

@ -57,7 +57,7 @@
*
* @author Marc Mutz <mutz@kde.org>
**/
class KDEUI_EXPORT KStringListValidator : public TQValidator {
class TDEUI_EXPORT KStringListValidator : public TQValidator {
Q_OBJECT
Q_PROPERTY( TQStringList stringList READ stringList WRITE setStringList )
Q_PROPERTY( bool rejecting READ isRejecting WRITE setRejecting )
@ -116,7 +116,7 @@ private:
*
* @author Marc Mutz <mutz@kde.org>
**/
class KDEUI_EXPORT KMimeTypeValidator : public TQValidator
class TDEUI_EXPORT KMimeTypeValidator : public TQValidator
{
Q_OBJECT
public:

@ -35,7 +35,7 @@ class KSwitchLanguageDialogPrivate;
* @author Krzysztof Lichota (lichota@mimuw.edu.pl)
*/
class KDEUI_EXPORT KSwitchLanguageDialog : public KDialogBase
class TDEUI_EXPORT KSwitchLanguageDialog : public KDialogBase
{
Q_OBJECT

@ -39,7 +39,7 @@ class KSpellConfig;
/**
* \brief Syntax sensitive text highlighter
*/
class KDEUI_EXPORT KSyntaxHighlighter : public TQSyntaxHighlighter
class TDEUI_EXPORT KSyntaxHighlighter : public TQSyntaxHighlighter
{
public:
enum SyntaxMode {
@ -62,7 +62,7 @@ private:
KSyntaxHighlighterPrivate *d;
};
class KDEUI_EXPORT KSpellingHighlighter : public KSyntaxHighlighter
class TDEUI_EXPORT KSpellingHighlighter : public KSyntaxHighlighter
{
public:
KSpellingHighlighter( TQTextEdit *textEdit,
@ -91,7 +91,7 @@ private:
/**
* \brief Dictionary sensitive text highlighter
*/
class KDEUI_EXPORT KDictSpellingHighlighter : public TQObject, public KSpellingHighlighter
class TDEUI_EXPORT KDictSpellingHighlighter : public TQObject, public KSpellingHighlighter
{
Q_OBJECT

@ -60,7 +60,7 @@ class KSystemTrayPrivate;
*
* @author Matthias Ettrich <ettrich@kde.org>
**/
class KDEUI_EXPORT KSystemTray : public TQLabel
class TDEUI_EXPORT KSystemTray : public TQLabel
{
Q_OBJECT
public:

@ -32,7 +32,7 @@ class KTabBarPrivate;
/**
* @since 3.2
*/
class KDEUI_EXPORT KTabBar: public TQTabBar
class TDEUI_EXPORT KTabBar: public TQTabBar
{
Q_OBJECT

@ -45,7 +45,7 @@
* @author Alexander Sanda (alex@darkstar.ping.at)
* @version $Id$
*/
class KDEUI_EXPORT KTabCtl : public TQWidget
class TDEUI_EXPORT KTabCtl : public TQWidget
{
Q_OBJECT

@ -33,7 +33,7 @@ class KTabWidgetPrivate;
*
* @since 3.2
*/
class KDEUI_EXPORT KTabWidget : public TQTabWidget
class TDEUI_EXPORT KTabWidget : public TQTabWidget
{
Q_OBJECT
Q_PROPERTY( bool tabReorderingEnabled READ isTabReorderingEnabled WRITE setTabReorderingEnabled )

@ -39,7 +39,7 @@
* @author Espen Sand (espensa@online.no)
*/
class KDEUI_EXPORT KTextBrowser : public TQTextBrowser
class TDEUI_EXPORT KTextBrowser : public TQTextBrowser
{
Q_OBJECT
Q_PROPERTY( bool notifyClick READ isNotifyClick WRITE setNotifyClick )

@ -40,7 +40,7 @@ class KSpell;
* @author Carsten Pfeiffer <pfeiffer@kde.org>
* @since 3.1
*/
class KDEUI_EXPORT KTextEdit : public TQTextEdit
class TDEUI_EXPORT KTextEdit : public TQTextEdit
{
Q_OBJECT

@ -34,7 +34,7 @@
* @author Hans Petter Bieker <bieker@kde.org>
* @since 3.2
*/
class KDEUI_EXPORT KTimeWidget : public TQWidget
class TDEUI_EXPORT KTimeWidget : public TQWidget
{
Q_OBJECT
Q_PROPERTY( TQTime time READ time WRITE setTime )

@ -56,7 +56,7 @@ class KTimezoneWidgetPrivate;
* @author S.R.Haque <srhaque@iee.org>
* @since 3.5
*/
class KDEUI_EXPORT KTimezoneWidget :
class TDEUI_EXPORT KTimezoneWidget :
public KListView
{
Q_OBJECT

@ -52,7 +52,7 @@ class KTextBrowser;
* @author Matthias Hoelzer-Kluepfel <mhk@kde.org>
*
*/
class KDEUI_EXPORT KTipDatabase
class TDEUI_EXPORT KTipDatabase
{
public:
/**
@ -105,7 +105,7 @@ private:
*
* @author Matthias Hoelzer-Kluepfel <mhk@caldera.de>
*/
class KDEUI_EXPORT KTipDialog : public KDialog
class TDEUI_EXPORT KTipDialog : public KDialog
{
Q_OBJECT
public:

@ -55,7 +55,7 @@ class KXMLGUIClient;
class KToolBarPrivate;
class KDEUI_EXPORT KToolBarSeparator : public TQFrame
class TDEUI_EXPORT KToolBarSeparator : public TQFrame
{
Q_OBJECT
TQ_OBJECT
@ -101,7 +101,7 @@ private:
* @author Reginald Stadlbauer <reggie@kde.org>, Stephan Kulow <coolo@kde.org>, Sven Radej <radej@kde.org>.
*/
class KDEUI_EXPORT KToolBar : public TQToolBar
class TDEUI_EXPORT KToolBar : public TQToolBar
{
Q_OBJECT
TQ_OBJECT

@ -41,7 +41,7 @@ class TQPainter;
* KToolBar methods instead.
* @internal
*/
class KDEUI_EXPORT KToolBarButton : public TQToolButton
class TDEUI_EXPORT KToolBarButton : public TQToolButton
{
Q_OBJECT
TQ_OBJECT
@ -321,7 +321,7 @@ private:
* @internal
* @version $Id$
*/
class KDEUI_EXPORT KToolBarButtonList : public TQIntDict<KToolBarButton>
class TDEUI_EXPORT KToolBarButtonList : public TQIntDict<KToolBarButton>
{
public:
KToolBarButtonList();

@ -46,7 +46,7 @@ class TQLabel;
*
* @author Felix Berger <felixberger@beldesign.de>
*/
class KDEUI_EXPORT KToolBarLabelAction : public KWidgetAction
class TDEUI_EXPORT KToolBarLabelAction : public KWidgetAction
{
public:
/**

@ -46,7 +46,7 @@ class KToolBarRadioGroupPrivate;
*
* @author Sven Radej <radej@kde.org>
*/
class KDEUI_EXPORT KToolBarRadioGroup : public TQObject
class TDEUI_EXPORT KToolBarRadioGroup : public TQObject
{
Q_OBJECT

@ -68,7 +68,7 @@ class TQPixmap;
* @version $Id$
*
*/
class KDEUI_EXPORT KURLLabel : public TQLabel
class TDEUI_EXPORT KURLLabel : public TQLabel
{
Q_OBJECT
Q_PROPERTY (TQString url READ url WRITE setURL)

@ -43,7 +43,7 @@ class TQTextEdit;
* @see QWhatsThis
* @author Peter Rockai (mornfall) <mornfall@danill.sk>
**/
class KDEUI_EXPORT KWhatsThisManager : public TQObject
class TDEUI_EXPORT KWhatsThisManager : public TQObject
{
Q_OBJECT
public:

@ -38,7 +38,7 @@
* @author Richard Moore, rich@kde.org
* @since 3.1
*/
class KDEUI_EXPORT KWindowInfo : public TQObject
class TDEUI_EXPORT KWindowInfo : public TQObject
{
Q_OBJECT

@ -37,7 +37,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
class KWinModule;
class KWindowListMenuPrivate;
class KDEUI_EXPORT KWindowListMenu : public KPopupMenu
class TDEUI_EXPORT KWindowListMenu : public KPopupMenu
{
Q_OBJECT

@ -43,7 +43,7 @@
* @author Harri Porten <porten@kde.org>
* @version 0.3
*/
class KDEUI_EXPORT KWizard : public TQWizard
class TDEUI_EXPORT KWizard : public TQWizard
{
Q_OBJECT
public:

@ -45,7 +45,7 @@
*
* @author David Faure <faure@kde.org>
*/
class KDEUI_EXPORT KWordWrap
class TDEUI_EXPORT KWordWrap
{
public:
/**

@ -36,7 +36,7 @@ class KXMLGUIClient;
* the toplevel widget is a KMainWindow. Other implementations may appear
* in the future (dialogs for instance)
*/
class KDEUI_EXPORT KXMLGUIBuilder
class TDEUI_EXPORT KXMLGUIBuilder
{
public:

@ -40,7 +40,7 @@ class KXMLGUIBuilder;
* GUI from actions and an XML document, and can be dynamically merged
* with other KXMLGUIClients.
*/
class KDEUI_EXPORT KXMLGUIClient
class TDEUI_EXPORT KXMLGUIClient
{
friend class KEditToolbarWidget; // for setXMLFile(3 args)
public:

@ -59,7 +59,7 @@ class BuildHelper;
* according to the XML and the merging rules of previously inserted clients. Container widgets
* are built via a KXMLGUIBuilder , which has to be provided with the KXMLGUIFactory constructor.
*/
class KDEUI_EXPORT KXMLGUIFactory : public TQObject
class TDEUI_EXPORT KXMLGUIFactory : public TQObject
{
friend class KXMLGUI::BuildHelper;
Q_OBJECT

@ -36,7 +36,7 @@ namespace KXMLGUI
struct BuildState;
class KDEUI_EXPORT ActionList : public TQPtrList<KAction>
class TDEUI_EXPORT ActionList : public TQPtrList<KAction>
{
public:
ActionList() {}
@ -107,7 +107,7 @@ typedef TQValueList<MergingIndex> MergingIndexList;
* position.
* (used when no merging index is used for a certain action, custom element or sub-container)
*/
struct KDEUI_EXPORT ContainerNode
struct TDEUI_EXPORT ContainerNode
{
ContainerNode( TQWidget *_container, const TQString &_tagName, const TQString &_name,
ContainerNode *_parent = 0L, KXMLGUIClient *_client = 0L,
@ -178,7 +178,7 @@ struct KDEUI_EXPORT ContainerNode
typedef TQPtrList<ContainerNode> ContainerNodeList;
typedef TQPtrListIterator<ContainerNode> ContainerNodeListIt;
class KDEUI_EXPORT BuildHelper
class TDEUI_EXPORT BuildHelper
{
public:
BuildHelper( BuildState &state,
@ -220,7 +220,7 @@ private:
ContainerNode *parentNode;
};
struct KDEUI_EXPORT BuildState
struct TDEUI_EXPORT BuildState
{
BuildState() : guiClient( 0 ), builder( 0 ), clientBuilder( 0 ) {}

@ -59,7 +59,7 @@ class QXEmbedData;
*
* @short The QXEmbed widget is a graphical socket that can embed an external X-Window.
*/
class KDEUI_EXPORT QXEmbed : public TQWidget
class TDEUI_EXPORT QXEmbed : public TQWidget
{
Q_OBJECT
TQ_OBJECT

@ -1,5 +1,5 @@
#ifndef _KDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
#define _KDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
#ifndef _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
#define _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
#include <kmainwindow.h>
@ -45,4 +45,4 @@ public:
virtual ~MainWin6() {}
};
#endif // _KDEUI_TESTS_KMAINWINDOWRESTORETEST_H_
#endif // _TDEUI_TESTS_KMAINWINDOWRESTORETEST_H_

@ -44,8 +44,8 @@
extern "C" {
#endif
KDECORE_EXPORT int mkstemps (char* _template, int suffix_len);
KDECORE_EXPORT char* mkdtemp (char* _template);
TDECORE_EXPORT int mkstemps (char* _template, int suffix_len);
TDECORE_EXPORT char* mkdtemp (char* _template);
#ifdef __cplusplus
}

@ -25,11 +25,11 @@
#define KDE_IMPORT __declspec(dllimport)
#ifdef MAKE_KDECORE_LIB
# define KDECORE_EXPORT KDE_EXPORT
#ifdef MAKE_TDECORE_LIB
# define TDECORE_EXPORT KDE_EXPORT
#else
# ifndef KDECORE_EXPORT
# define KDECORE_EXPORT KDE_IMPORT //for apps and other libs
# ifndef TDECORE_EXPORT
# define TDECORE_EXPORT KDE_IMPORT //for apps and other libs
# endif
#endif
@ -40,27 +40,27 @@
#endif
/* some classes, i.e. KDock* already use EXPORT_* macro: define it too */
#ifdef MAKE_KDEUI_LIB
# define KDEUI_EXPORT KDE_EXPORT
#ifdef MAKE_TDEUI_LIB
# define TDEUI_EXPORT KDE_EXPORT
# define EXPORT_DOCKCLASS KDE_EXPORT
#elif KDE_MAKE_LIB
# define KDEUI_EXPORT KDE_IMPORT
# define TDEUI_EXPORT KDE_IMPORT
# define EXPORT_DOCKCLASS KDE_IMPORT /* for library build export docklass by default */
#else
# define KDEUI_EXPORT
# define TDEUI_EXPORT
# define EXPORT_DOCKCLASS
#endif
#ifdef MAKE_KDEFX_LIB
# define KDEFX_EXPORT KDE_EXPORT
#ifdef MAKE_TDEFX_LIB
# define TDEFX_EXPORT KDE_EXPORT
#else
# define KDEFX_EXPORT KDE_IMPORT
# define TDEFX_EXPORT KDE_IMPORT
#endif
#ifdef MAKE_KDEPRINT_LIB
# define KDEPRINT_EXPORT KDE_EXPORT
#ifdef MAKE_TDEPRINT_LIB
# define TDEPRINT_EXPORT KDE_EXPORT
#else
# define KDEPRINT_EXPORT KDE_IMPORT
# define TDEPRINT_EXPORT KDE_IMPORT
#endif
#ifndef KIO_EXPORT
@ -108,10 +108,10 @@
# define KRESOURCES_EXPORT KDE_IMPORT
#endif
#ifdef MAKE_KDESU_LIB
# define KDESU_EXPORT KDE_EXPORT
#ifdef MAKE_TDESU_LIB
# define TDESU_EXPORT KDE_EXPORT
#else
# define KDESU_EXPORT KDE_IMPORT
# define TDESU_EXPORT KDE_IMPORT
#endif
// all KStyle libs

@ -5,7 +5,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
#DEFINES += MAKE_DCOP_LIB
DEFINES += KDECORE_EXPORT=
DEFINES += TDECORE_EXPORT=
TARGET = dcopclient

@ -5,7 +5,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
#DEFINES += MAKE_DCOP_LIB
DEFINES += KDECORE_EXPORT=
DEFINES += TDECORE_EXPORT=
TARGET = dcop

@ -5,7 +5,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
#DEFINES += MAKE_DCOP_LIB
DEFINES += KDECORE_EXPORT=
DEFINES += TDECORE_EXPORT=
TARGET = dcopfind

@ -5,7 +5,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
#DEFINES += MAKE_DCOP_LIB
DEFINES += KDECORE_EXPORT=
DEFINES += TDECORE_EXPORT=
TARGET = dcopref

@ -7,7 +7,7 @@ unix {
INCLUDEPATH += moc
#force finding libraries in current dir (for installer, etc):
QMAKE_LFLAGS += -Wl,-rpath,.
DEFINES += KDEFX_EXPORT=
DEFINES += TDEFX_EXPORT=
}
@ -25,7 +25,7 @@ LIBS= #DONT BE DEPENDENT ON ANY OTHER LIBS
CONFIG -= debug
# needed to export library classes:
DEFINES += MAKE_KSTYLE_LIB MAKE_KDEFX_LIB
DEFINES += MAKE_KSTYLE_LIB MAKE_TDEFX_LIB
TARGET = thinkeramik

@ -5,7 +5,7 @@ include( $(KDELIBS)/win/common.pro )
include( $(KDELIBS)/win/zlib.pro )
# needed to export library classes:
DEFINES += MAKE_KDECORE_LIB
DEFINES += MAKE_TDECORE_LIB
LIBS += $$KDELIBDESTDIR/dcop$$KDELIB_SUFFIX $$KDELIBDESTDIR/tdefx$$KDELIB_SUFFIX \
-lqassistantclient

@ -4,7 +4,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
DEFINES += MAKE_KDEFX_LIB
DEFINES += MAKE_TDEFX_LIB
TARGET = tdefx$$KDEBUG

@ -8,7 +8,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
DEFINES += MAKE_KDEFX_LIB
DEFINES += MAKE_TDEFX_LIB
system( moc kstyle.h -o moc/kstyle.moc )

@ -4,7 +4,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
DEFINES += MAKE_KDEPRINT_LIB
DEFINES += MAKE_TDEPRINT_LIB
TARGET = tdeprint$$KDEBUG

@ -4,7 +4,7 @@ include( $(KDELIBS)/win/common.pro )
# needed to export library classes:
DEFINES += MAKE_KDEUI_LIB
DEFINES += MAKE_TDEUI_LIB
LIBS += $$KDELIBDESTDIR\tdecore$$KDELIB_SUFFIX $$KDELIBDESTDIR\tdefx$$KDELIB_SUFFIX \
$$KDELIBDESTDIR\dcop$$KDELIB_SUFFIX

@ -47,8 +47,8 @@ extern "C" {
#define EXIT_SUCCESS 0
/* from fakes.c */
KDECORE_EXPORT int setenv(const char *__string, const char *__value, int __overwrite);
KDECORE_EXPORT void unsetenv(const char *__string);
TDECORE_EXPORT int setenv(const char *__string, const char *__value, int __overwrite);
TDECORE_EXPORT void unsetenv(const char *__string);
#ifdef __cplusplus
}

@ -32,10 +32,10 @@ extern "C" {
#endif
/* implemented in fakes.c */
KDECORE_EXPORT unsigned long strlcpy(char *dst, const char *src, unsigned long siz);
TDECORE_EXPORT unsigned long strlcpy(char *dst, const char *src, unsigned long siz);
/* implemented in fakes.c */
KDECORE_EXPORT unsigned long strlcat(char *dst, const char *src, unsigned long siz);
TDECORE_EXPORT unsigned long strlcat(char *dst, const char *src, unsigned long siz);
KDEWIN32_EXPORT char* strndup(const char *src, size_t n);

Loading…
Cancel
Save