diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:32:12 -0600 |
commit | 50438bf200ee720810ddfff7798da5fbd9e5222f (patch) | |
tree | 9a3cf2893854d138d0e8a7d3280b7a8c2bee3e5c /doc/kommander | |
parent | e4d536715c7feb776fbeeb5eb2c1629c8a28998e (diff) | |
download | tdewebdev-50438bf200ee720810ddfff7798da5fbd9e5222f.tar.gz tdewebdev-50438bf200ee720810ddfff7798da5fbd9e5222f.zip |
Additional kde to tde renaming
Diffstat (limited to 'doc/kommander')
-rw-r--r-- | doc/kommander/extending.docbook | 2 | ||||
-rw-r--r-- | doc/kommander/installation.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook index a5b38b05..380fc46e 100644 --- a/doc/kommander/extending.docbook +++ b/doc/kommander/extending.docbook @@ -351,7 +351,7 @@ libtool --mode=compile g++ -$KDEDIR/include -IQTDIR/include \ libtool --mode=compile g++ -$KDEDIR/include -IQTDIR/include \ -I. -fPIC -c mykomplugin.cpp -libtool --mode=link g++ -shared -L$KDEDIR/lib -lkdeui -lkommanderwidget \ +libtool --mode=link g++ -shared -L$KDEDIR/lib -ltdeui -lkommanderwidget \ -lkommanderplugin komlineedit.cppkomlineedit.o mykomplugin.o -o libmykomplugin.so </screen> diff --git a/doc/kommander/installation.docbook b/doc/kommander/installation.docbook index 707df7a0..f91f57ad 100644 --- a/doc/kommander/installation.docbook +++ b/doc/kommander/installation.docbook @@ -21,7 +21,7 @@ application --> <!-- List any special requirements for your application here. This should include: -.Libraries or other software that is not included in kdesupport, +.Libraries or other software that is not included in tdesupport, kdelibs, or kdebase. .Hardware requirements like amount of RAM, disk space, graphics card capabilities, screen resolution, special expansion cards, etc. |