diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/Makefile.am | 2 | ||||
-rw-r--r-- | client/myrootpixmap.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index e0039c3..c05be98 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = kwin3_crystal.la kwin3_crystal_la_SOURCES = crystalclient.cc myrootpixmap.cc crystalbutton.cpp \ imageholder.cpp buttonimage.cpp tiles.h overlays.h kwin3_crystal_la_LIBADD = $(kde_libraries)/libtdecorations.la $(LIB_QT) $(LIB_KDEUI) -kwin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -lDCOP +kwin3_crystal_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx -lDCOP kwin3_crystal_la_METASOURCES = AUTO CLEANFILES = tiles.h overlays.h diff --git a/client/myrootpixmap.cc b/client/myrootpixmap.cc index 2a39145..25f4dd6 100644 --- a/client/myrootpixmap.cc +++ b/client/myrootpixmap.cc @@ -2,7 +2,7 @@ * * $Id: krootpixmap.cpp,v 1.20 2003/06/01 01:49:31 hadacek Exp $ * - * This file is part of the KDE project, module kdeui. + * This file is part of the KDE project, module tdeui. * Copyright (C) 1999,2000 Geert Jansen <[email protected]> * * You can Freely distribute this program under the GNU Library |