diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:44:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:44:56 -0600 |
commit | ceaf41bd779bdcc293a4f43100a3834c72c2c46d (patch) | |
tree | eb429d42c0ab5b5404d65e79ab4e9884775f0614 /tools | |
parent | 5dea938f814eff53a106e572c98620ecd0043bd9 (diff) | |
download | tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.tar.gz tqt3-ceaf41bd779bdcc293a4f43100a3834c72c2c46d.zip |
Update from latest conversion script
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qconfig/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qconfig/main.cpp b/tools/qconfig/main.cpp index b9d66a4d6..fa81b2f0d 100644 --- a/tools/qconfig/main.cpp +++ b/tools/qconfig/main.cpp @@ -647,7 +647,7 @@ void Main::showInfo(TQListViewItem* i) } TQStringList rdeps = rdependencies[choice->id]; if ( !rdeps.isEmpty() ) { - i += "<h3>Retquired for:</h3><ul>"; + i += "<h3>Required for:</h3><ul>"; for (TQStringList::ConstIterator it = rdeps.begin(); it != rdeps.end(); ++it) { |