diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-05 21:46:22 -0500 |
commit | 898d80dfae554b177a4f0a0d0f103b3b3976a6ea (patch) | |
tree | aedc02ad7983269381be9fc3ecf399321aabecea /kwin4 | |
parent | cd42115f94ac82d512d0edcb4909a536243b514f (diff) | |
download | tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.tar.gz tdegames-898d80dfae554b177a4f0a0d0f103b3b3976a6ea.zip |
Rename kde libraries to tde
Diffstat (limited to 'kwin4')
-rw-r--r-- | kwin4/kwin4/Makefile.am | 2 | ||||
-rw-r--r-- | kwin4/kwin4/kwin4.cpp | 2 | ||||
-rw-r--r-- | kwin4/kwin4/main.cpp | 2 |
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()) { |