diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /krandr | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'krandr')
-rw-r--r-- | krandr/libkrandr.h | 2 | ||||
-rw-r--r-- | krandr/randr.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/krandr/libkrandr.h b/krandr/libkrandr.h index 72dd9d43f..f29383f02 100644 --- a/krandr/libkrandr.h +++ b/krandr/libkrandr.h @@ -33,7 +33,7 @@ #include <kconfig.h> #include <ksimpleconfig.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> /** * Simple API covering most of the uses of libkrandr. diff --git a/krandr/randr.cpp b/krandr/randr.cpp index 45f89dc08..85f360f52 100644 --- a/krandr/randr.cpp +++ b/krandr/randr.cpp @@ -197,7 +197,7 @@ bool RandRScreen::applyProposedAndConfirm() bool RandRScreen::confirm() { // uncomment the line below and edit out the KTimerDialog stuff to get - // a version which works on today's kdelibs (no accept dialog is presented) + // a version which works on today's tdelibs (no accept dialog is presented) // FIXME remember to put the dialog on the right screen @@ -780,7 +780,7 @@ bool RandRDisplay::showTestConfigurationDialog() bool RandRScreen::showTestConfigurationDialog() { // uncomment the line below and edit out the KTimerDialog stuff to get - // a version which works on today's kdelibs (no accept dialog is presented) + // a version which works on today's tdelibs (no accept dialog is presented) // FIXME remember to put the dialog on the right screen |