diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:14:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:14:11 -0600 |
commit | 99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3 (patch) | |
tree | d2a22c2d9d515d81742f079a5550ef59463d7f00 /quanta | |
parent | a2aa572b33b1c1d1ffb888cdbcf03fc628430e02 (diff) | |
download | tdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.tar.gz tdewebdev-99ee6fd7e9737b5441af4a6cfdd69ff4b7eff5d3.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/README | 28 | ||||
-rw-r--r-- | quanta/data/doc/faq.html | 4 | ||||
-rw-r--r-- | quanta/data/dtep/dtd-description.txt | 2 | ||||
-rw-r--r-- | quanta/dialogs/dtepeditdlgs.ui | 4 | ||||
-rw-r--r-- | quanta/src/document.cpp | 2 | ||||
-rw-r--r-- | quanta/src/quanta.cpp | 2 |
6 files changed, 21 insertions, 21 deletions
diff --git a/quanta/README b/quanta/README index fc7fc14a..aa6406b1 100644 --- a/quanta/README +++ b/quanta/README @@ -84,12 +84,12 @@ make install (as root) Should you have trouble during ./configure or the make process, try the following: - - export KDEDIRS=<path to kde installation>:$KDEDIRS + - export TDEDIRS=<path to kde installation>:$TDEDIRS - export QTDIR=<path to qt3> - run "make -f Makefile.cvs" - run "./configure" - The recommended place where to install Quanta is your $KDEDIR. To find out, use + The recommended place where to install Quanta is your $TDEDIR. To find out, use "kde-config --prefix" or simply configure Quanta with: ./configure --prefix `kde-config --prefix` @@ -109,10 +109,10 @@ name than for the stable Quanta. If you wish to install two stable versions in parallel, you have to install them using different prefixes (see above). Before running the one installed outside of the KDE tree, you should do: -export KDEDIRS=$prefix-of-second-instace:$KDEDIRS +export TDEDIRS=$prefix-of-second-instace:$TDEDIRS export PATH=$prefix-of-second-instace/bin:$PATH export LD_LIBRARY_PATH=$prefix-of-second-instace/lib:$LD_LIBRARY_PATH -export KDEHOME=home-for-second-version +export TDEHOME=home-for-second-version and run "quanta". An example would be: @@ -120,10 +120,10 @@ An example would be: make make install mkdir ~/.new-quanta -export KDEDIRS=/opt/new-quanta:$KDEDIRS +export TDEDIRS=/opt/new-quanta:$TDEDIRS export PATH=/opt/new-quanta/bin:$PATH export LD_LIBRARY_PATH=/opt/new-quanta/lib:$LD_LIBRARY_PATH -export KDEHOME=~/.new-quanta +export TDEHOME=~/.new-quanta quanta You can put the lines starting with the first "export" into a separate file, @@ -147,8 +147,8 @@ Possible problem sources can be: "automake --version". - wrong --prefix given to ./configure - "make install" process was forgotten or failed - - you have an old quantarc file in $KDEHOME/share/config - - you have old files in $KDEHOME/share/apps/quanta + - you have an old quantarc file in $TDEHOME/share/config + - you have old files in $TDEHOME/share/apps/quanta In the latter two cases backup the old files, then remove them and try to start Quanta again. @@ -160,7 +160,7 @@ copytos.h:17: forward declaration of `class KURLRequester' (or the same error in other files for other K... classes), try the following: - check if there is a kdewidgets.so (and kdewidgets.la) in your - $KDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken + $TDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken KDE (tdelibs) install. - check your $HOME/.qt/qtrc file. Add the above path as the first entry to the libraryPath (like: @@ -168,9 +168,9 @@ copytos.h:17: forward declaration of `class KURLRequester' You can use the qtconfig tool to do this. - recompile the QT tools (uic, designer) if you have upgraded tdelibs (or QT). - - check that your $KDEDIR and $QTDIR path is set correctly. + - check that your $TDEDIR and $QTDIR path is set correctly. - do an - export kde_widgetdir="$KDEDIR/lib/trinity/plugins/designer" + export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer" (or whatever command your shell uses for environment variable setting) before running make. In most cases one of the above is the problem (and the solution). @@ -185,12 +185,12 @@ were reports that Mandrake 9.0 puts the mimetype for php under the application node, so users could not open PHP files from Quanta... This shouldn't be a problem with Quanta 3.2 on KDE 3.1.1 or newer. b) If Quanta crashes on startup then rename your local quantarc file -(in $KDEHOME/share/config) and send this file to me, so I can find out why does +(in $TDEHOME/share/config) and send this file to me, so I can find out why does it crash. In case of any crash, please send me a backtrace. One known cause of such -crash is if you use the same $KDEHOME for Quanta 3.2 and Quanta 3.3. Due to some +crash is if you use the same $TDEHOME for Quanta 3.2 and Quanta 3.3. Due to some incompatible changes in the quantarc file regarding the user interface, Quanta 3.2 cannot interpret the settings correctly and will crash. See section 5.1 how to deal -with different $KDEHOME directories. +with different $TDEHOME directories. c) If you removed the editor/treeviews from the main window and you cannot dock them back anymore, do one of the following (in order of preference): - check the Settings->Configure Quanta->User Intreface->Reset window layout diff --git a/quanta/data/doc/faq.html b/quanta/data/doc/faq.html index e48a438d..ef8f912a 100644 --- a/quanta/data/doc/faq.html +++ b/quanta/data/doc/faq.html @@ -129,7 +129,7 @@ <p>An assumption is made that you have the knowledge and ability to find and install any missing libraries that you may encounter. Basically, you need the headers from KDE, Qt, and GCC. If you don't know what was just said, then try the steps below and, if it doesn't work for you, then find yourself a Linux geek that can help.</p> <p>Type the following in a shell and see what you get:</p> <ul> - <li>test `echo $KDEDIR` && echo "yes" || echo "noKDE"</li> + <li>test `echo $TDEDIR` && echo "yes" || echo "noKDE"</li> <li>test `echo $QTDIR` && echo "yes" || echo "noQT"</li> </ul> <p>If you don't get two yes answers, then you need to find the location of the one that failed and export it to your current shell environment.</p> @@ -145,7 +145,7 @@ <div class="fltop"><a href="#top">Top</a></div> <div class="minihdr">2.4 I get error <i>X</i> when running ./configure</div> <div class="indent"> - <p>Please read 2.3 carefully again and make certain that you have exported the $KDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> + <p>Please read 2.3 carefully again and make certain that you have exported the $TDEDIR and $QTDIR environment variables. This is the most likely cause. Aside from that, if you are missing something very important, then configure will tell you what it needs.</p> </div> <a name="2.5" /> <div class="fltop"><a href="#top">Top</a></div> diff --git a/quanta/data/dtep/dtd-description.txt b/quanta/data/dtep/dtd-description.txt index 3c55890d..64627c9b 100644 --- a/quanta/data/dtep/dtd-description.txt +++ b/quanta/data/dtep/dtd-description.txt @@ -32,7 +32,7 @@ Family = 1 (it's a real DTD) [Toolbars] - information about DTD toolbars -Location = the directory inside the $KDEDIR($KDEHOME)/share/apps/quanta/toolbars +Location = the directory inside the $TDEDIR($TDEHOME)/share/apps/quanta/toolbars where the toolbars for this DTD are Names = the list of toolbar file names (without the .toolbar.tgz extension) that are loaded for this DTD from the above directory diff --git a/quanta/dialogs/dtepeditdlgs.ui b/quanta/dialogs/dtepeditdlgs.ui index 163ebdb8..ef7e47c7 100644 --- a/quanta/dialogs/dtepeditdlgs.ui +++ b/quanta/dialogs/dtepeditdlgs.ui @@ -298,7 +298,7 @@ <string>The name of the folder where the toolbars are stored</string> </property> <property name="whatsThis" stdset="0"> - <string>The name of the folder where the toolbars are stored. This is a relative name to <br><i>$KDEDIR(&nbsp;or&nbsp;$KDEHOME)/share/apps/quanta/toolbars</i> .</string> + <string>The name of the folder where the toolbars are stored. This is a relative name to <br><i>$TDEDIR(&nbsp;or&nbsp;$TDEHOME)/share/apps/quanta/toolbars</i> .</string> </property> </widget> <widget class="KLineEdit" row="5" column="1" rowspan="1" colspan="5"> @@ -309,7 +309,7 @@ <string>The name of the folder where the toolbars are stored</string> </property> <property name="whatsThis" stdset="0"> - <string>The name of the folder where the toolbars are stored. This is a relative name to <br><i>$KDEDIR(&nbsp;or&nbsp;$KDEHOME)/share/apps/quanta/toolbars</i> .</string> + <string>The name of the folder where the toolbars are stored. This is a relative name to <br><i>$TDEDIR(&nbsp;or&nbsp;$TDEHOME)/share/apps/quanta/toolbars</i> .</string> </property> </widget> <widget class="TQLabel" row="6" column="0"> diff --git a/quanta/src/document.cpp b/quanta/src/document.cpp index 843c83c7..0f0d9933 100644 --- a/quanta/src/document.cpp +++ b/quanta/src/document.cpp @@ -2690,7 +2690,7 @@ void Document::createBackup(KConfig* config) //creates an entry string in quantarc if it does not exist yet config->setGroup("General Options"); TQStringList backedupFilesEntryList = QuantaCommon::readPathListEntry(config, "List of backedup files"); //the files that were backedup - TQStringList autosavedFilesEntryList = QuantaCommon::readPathListEntry(config, "List of autosaved files"); //the list of actual backup files inside $KDEHOME/share/apps/quanta/backups + TQStringList autosavedFilesEntryList = QuantaCommon::readPathListEntry(config, "List of autosaved files"); //the list of actual backup files inside $TDEHOME/share/apps/quanta/backups if (!autosavedFilesEntryList.contains(backupPathValueURL)) //not yet backed up, add an entry for this file { autosavedFilesEntryList.append(backupPathValueURL); diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index 1a1e6c0c..ee054cbe 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -224,7 +224,7 @@ QuantaApp::QuantaApp(int mdiMode) : DCOPObject("WindowManagerIf"), KMdiMainFrm( quantaStarted = false; kdWarning() << "***************************************************************************" << endl; kdWarning() << i18n("Quanta data files were not found.") << endl; - kdWarning() << i18n("You may have forgotten to run \"make install\", or your KDEDIR, KDEDIRS or PATH are not set correctly.") << endl; + kdWarning() << i18n("You may have forgotten to run \"make install\", or your TDEDIR, TDEDIRS or PATH are not set correctly.") << endl; kdWarning() << "***************************************************************************" << endl; TQTimer::singleShot(20, kapp, TQT_SLOT(quit())); return; |