summaryrefslogtreecommitdiffstats
path: root/kwin4/kwin4
diff options
context:
space:
mode:
Diffstat (limited to 'kwin4/kwin4')
-rw-r--r--kwin4/kwin4/Makefile.am2
-rw-r--r--kwin4/kwin4/kwin4.cpp2
-rw-r--r--kwin4/kwin4/main.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kwin4/kwin4/Makefile.am b/kwin4/kwin4/Makefile.am
index eea0d124..fc2a9b01 100644
--- a/kwin4/kwin4/Makefile.am
+++ b/kwin4/kwin4/Makefile.am
@@ -11,7 +11,7 @@ kwin4proc_SOURCES = kwin4proc.cpp
kwin4proc_LDADD = $(LIB_KFILE) $(LIB_KDEGAMES)
kwin4proc_DEPENDENCIES = $(LIB_KDEGAMES_DEP)
-INCLUDES = -I$(top_srcdir)/libkdegames -I$(top_srcdir)/libkdegames/kgame $(all_includes)
+INCLUDES = -I$(top_srcdir)/libtdegames -I$(top_srcdir)/libtdegames/kgame $(all_includes)
METASOURCES = AUTO
diff --git a/kwin4/kwin4/kwin4.cpp b/kwin4/kwin4/kwin4.cpp
index dc4e85c0..98bfdb3d 100644
--- a/kwin4/kwin4/kwin4.cpp
+++ b/kwin4/kwin4/kwin4.cpp
@@ -61,7 +61,7 @@
/**
* Constructor for the chat widget. This widget
- * is derived from the libkdegames chat widget
+ * is derived from the libtdegames chat widget
*/
ChatDlg::ChatDlg(KGame *game,TQWidget *parent)
: KDialogBase(Plain,i18n("Chat Dlg"),Ok,Ok,parent,0,false,true),mChat(0), mChatDlg(0)
diff --git a/kwin4/kwin4/main.cpp b/kwin4/kwin4/main.cpp
index acf2f551..32d2073d 100644
--- a/kwin4/kwin4/main.cpp
+++ b/kwin4/kwin4/main.cpp
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
}
args->clear();
KApplication app(argc, argv);
- KGlobal::locale()->insertCatalogue("libkdegames");
+ KGlobal::locale()->insertCatalogue("libtdegames");
if (app.isRestored())
{