diff options
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. |